1
0
mirror of synced 2024-09-16 17:06:08 +00:00

Fixed: directive order

This commit is contained in:
Mark van Renswoude 2014-10-20 12:41:23 +00:00
parent e8e0683bc0
commit 136ca4b5fd

View File

@ -22,7 +22,7 @@ type
FExceptionStrategy: IX2LogExceptionStrategy;
protected
{ IX2LogExceptionCategory }
procedure Exception(AException: Exception; const AMessage: string = ''; const ACategory: string = ''); virtual; overload;
procedure Exception(AException: Exception; const AMessage: string = ''; const ACategory: string = ''); overload; virtual;
property ExceptionStrategy: IX2LogExceptionStrategy read FExceptionStrategy;
public