From af37f20810c9770474a61242f80d9d7599908700 Mon Sep 17 00:00:00 2001 From: mattias Date: Wed, 5 Feb 2014 12:17:58 +0000 Subject: [PATCH] lazreport: fixed compilation with fpc 2.6.2 git-svn-id: trunk@43905 - --- components/lazreport/source/lr_vers.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lazreport/source/lr_vers.inc b/components/lazreport/source/lr_vers.inc index 9e83be6027..9ff2026ed6 100644 --- a/components/lazreport/source/lr_vers.inc +++ b/components/lazreport/source/lr_vers.inc @@ -56,7 +56,7 @@ {$ENDIF} {$DEFINE Delphi5} -{$if FPC_FULLVERSION<20601} +{$if FPC_FULLVERSION<20603} // in former FCL versions TBookmark was a simple pointer {$DEFINE noautomatedbookmark} {$endif}