From e8e0683bc080d5cdc996c94fad73a11e5b9578e7 Mon Sep 17 00:00:00 2001 From: Mark van Renswoude Date: Mon, 20 Oct 2014 12:40:44 +0000 Subject: [PATCH] Changed: TX2Log.Exception virtual --- X2Log.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/X2Log.pas b/X2Log.pas index 5ffe986..82d727d 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 = ''); overload; + procedure Exception(AException: Exception; const AMessage: string = ''; const ACategory: string = ''); virtual; overload; property ExceptionStrategy: IX2LogExceptionStrategy read FExceptionStrategy; public