fpdebug: fix compile on linux

git-svn-id: trunk@57783 -
This commit is contained in:
martin 2018-05-03 19:25:09 +00:00
parent 5562c074da
commit ee449027d9

View File

@ -95,7 +95,7 @@ type
{$ifdef linux}
FCacheLine: cardinal;
FCacheFileName: string;
FCacheBreakpoint: FpDbgClasses.TDBGBreakPoint;
FCacheBreakpoint: TFpInternalBreakpoint;
FCacheLocation: TDBGPtr;
FCacheBoolean: boolean;
FCachePointer: pointer;