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
AMessage: string;
begin
Message:=AnEvent.Get('message','');
AMessage:=AnEvent.Get('message','');
OnConsoleOutput(Self, AMessage);
end;