LazDebuggerFPDServer: Fixed compilation

git-svn-id: trunk@49266 -
This commit is contained in:
joost 2015-06-04 18:11:17 +00:00
parent defb929545
commit 4c5136dbe7

View File

@ -1039,7 +1039,7 @@ procedure TFPDServerDebugger.DoHandleConsoleOutputEvent(AnEvent: TJSONObject);
var var
AMessage: string; AMessage: string;
begin begin
Message:=AnEvent.Get('message',''); AMessage:=AnEvent.Get('message','');
OnConsoleOutput(Self, AMessage); OnConsoleOutput(Self, AMessage);
end; end;