mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 01:57:57 +02:00
fixed for compilation with fpc 1.0.11 too
git-svn-id: trunk@5810 -
This commit is contained in:
parent
0b43ef216a
commit
43c69b43f3
@ -799,7 +799,7 @@ begin
|
||||
else if (FDataLink.DataSet<>nil)and FDatalink.Active then begin
|
||||
F := GetDsFieldFromGridColumn(FromIndex);
|
||||
if F<>nil then begin
|
||||
{$IFNDEF VER1_0_10}
|
||||
{$IFNDEF VER1_0}
|
||||
TProtFields(FDatalink.DataSet.Fields).SetFieldIndex( F, ToIndex - FixedCols );
|
||||
{$ENDIF}
|
||||
end;
|
||||
@ -1770,6 +1770,9 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.13 2004/08/17 19:21:37 vincents
|
||||
fixed for compilation with fpc 1.0.11 too
|
||||
|
||||
Revision 1.12 2004/08/07 07:03:29 mattias
|
||||
implemented virtual temporary ct files
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user