fixed fpc 1.0.x compilation

git-svn-id: trunk@6417 -
This commit is contained in:
vincents 2004-12-25 21:46:23 +00:00
parent 1c996f9973
commit 39db8229af

View File

@ -377,6 +377,7 @@ type
function ISEOF: boolean;
protected
{$ifdef ver1_0}
property AutoFillColumns;
property FixedColor;
{$endif}
procedure BeforeMoveSelection(const DCol,DRow: Integer); override;
@ -2986,6 +2987,9 @@ end.
{
$Log$
Revision 1.25 2004/12/25 21:46:23 vincents
fixed fpc 1.0.x compilation
Revision 1.24 2004/12/23 19:24:46 mattias
added auto column sizing from Jesus