Qt: fixed crash with fpc-2.6.4

git-svn-id: trunk@44315 -
This commit is contained in:
zeljko 2014-03-02 12:17:21 +00:00
parent 7767d83380
commit 934bfc66e3

View File

@ -23,7 +23,7 @@ interface
// todo: check if build macros can handle this and define it
// in package LCL instead (it's needed for several widgetsets)
{$if (FPC_FULLVERSION>=20701) OR (FPC_FULLVERSION=20603)}
{$if (FPC_FULLVERSION>=20701) OR (FPC_FULLVERSION>=20603)}
{$define HAS_INHERITED_INSERTITEM}
{$endif}