fix compilation of ide

git-svn-id: trunk@16852 -
This commit is contained in:
paul 2008-10-02 13:35:40 +00:00
parent e365c98cca
commit 17388129f6

View File

@ -1065,7 +1065,7 @@ begin
SetupDialogs;
RunExternalTool:=@OnRunExternalTool;
{$IFDEF UseAsyncProcess}
if Widgetset.LCLCapability(lcAsyncProcess) = 1 then
if Widgetset.GetLCLCapability(lcAsyncProcess) = 1 then
TOutputFilterProcess := TAsyncProcess
else
TOutputFilterProcess := TProcessUTF8;