From 136ca4b5fd554f4a5632a63e2a201a138c145d67 Mon Sep 17 00:00:00 2001 From: Mark van Renswoude Date: Mon, 20 Oct 2014 12:41:23 +0000 Subject: [PATCH] Fixed: directive order --- X2Log.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/X2Log.pas b/X2Log.pas index 82d727d..ad24815 100644 --- a/X2Log.pas +++ b/X2Log.pas @@ -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