fixed compilation for fpc 1.0.10

git-svn-id: trunk@5700 -
This commit is contained in:
mattias 2004-07-23 22:14:22 +00:00
parent 4b1ebca16e
commit 06bc03d2d6
2 changed files with 7 additions and 1 deletions

View File

@ -9,4 +9,7 @@ You need to install
For example:
ln -s /usr/local/firebird/lib/libfbclient.so /usr/lib/libgds.so
Links:
http://www.progdigy.com/

View File

@ -1454,7 +1454,6 @@ type
procedure ParentFormInitializeWnd; virtual; //gets called by InitializeWnd of parent form
procedure ReAlign; // realign all childs
procedure RealSetText(const Value: TCaption); override;
procedure ReCreateWnd;
procedure RemoveFocus(Removing: Boolean);
procedure SendMoveSizeMessages(SizeChanged, PosChanged: boolean); override;
procedure SetBorderStyle(NewStyle: TBorderStyle); virtual;
@ -1536,6 +1535,7 @@ type
Procedure Insert(AControl: TControl);
Procedure Insert(AControl: TControl; Index: integer);
Procedure Remove(AControl: TControl);
procedure ReCreateWnd;
procedure SetBounds(aLeft, aTop, aWidth, aHeight: integer); override;
procedure Hide;
procedure Repaint; override;
@ -2346,6 +2346,9 @@ end.
{ =============================================================================
$Log$
Revision 1.227 2004/07/23 22:14:22 mattias
fixed compilation for fpc 1.0.10
Revision 1.226 2004/07/14 15:57:53 mattias
fixed 1.0.10 compilation from Vincent