From fa30fe40de97e10fbd31d8b48c4d8a052f3becbf Mon Sep 17 00:00:00 2001 From: mattias Date: Mon, 1 Sep 2008 13:14:17 +0000 Subject: [PATCH] Marc wins git-svn-id: trunk@16351 - --- debugger/debugger.pp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/debugger/debugger.pp b/debugger/debugger.pp index aad1defe23..d8627fec66 100644 --- a/debugger/debugger.pp +++ b/debugger/debugger.pp @@ -1037,11 +1037,7 @@ type class procedure SetProperties(const AProperties: TDebuggerProperties); // Set the current properties public - constructor Create(const AExternalDebugger: String); virtual; {Virtual constructor makes no sense} - //MWE: there will be a day that they do make sense :-) - // MG: there will be a day that they do make troubles :) - //MWE: do they ? - //MWE: Now they do make sense ! + constructor Create(const AExternalDebugger: String); virtual; destructor Destroy; override; procedure Init; virtual; // Initializes the debugger