debugger: fixed compile warning

git-svn-id: trunk@42429 -
This commit is contained in:
martin 2013-08-20 08:07:16 +00:00
parent b7ebebacca
commit ef6c0db331

View File

@ -44,8 +44,8 @@ type
function CreateCommandInit: TGDBMIDebuggerCommandInitDebugger; override;
function CreateCommandStartDebugging(AContinueCommand: TGDBMIDebuggerCommand): TGDBMIDebuggerCommandStartDebugging; override;
procedure InterruptTarget; override;
function NeedReset: Boolean; override;
public
function NeedReset: Boolean; override;
class function CreateProperties: TDebuggerProperties; override; // Creates debuggerproperties
class function Caption: String; override;
class function RequiresLocalExecutable: Boolean; override;