summaryrefslogtreecommitdiff
path: root/libgtk_kylix/GTKExtCtrls.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2008-08-23 22:54:42 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2008-08-23 22:54:42 +0200
commitef3e79e0bb6ba4a5e5d4dc1467281370e1d8b488 (patch)
tree0f492cbf72e3cbc1954d6187e9d539bd0525e951 /libgtk_kylix/GTKExtCtrls.pas
parent182fe0717f8e7fefd1e5c1eb42968fd29e15156f (diff)
downloadtuxcmd-ef3e79e0bb6ba4a5e5d4dc1467281370e1d8b488.tar.xz
Fix some compiler warnings
Diffstat (limited to 'libgtk_kylix/GTKExtCtrls.pas')
-rw-r--r--libgtk_kylix/GTKExtCtrls.pas6
1 files changed, 3 insertions, 3 deletions
diff --git a/libgtk_kylix/GTKExtCtrls.pas b/libgtk_kylix/GTKExtCtrls.pas
index 8426d02..2156dcf 100644
--- a/libgtk_kylix/GTKExtCtrls.pas
+++ b/libgtk_kylix/GTKExtCtrls.pas
@@ -1,6 +1,6 @@
(*
GTK-Kylix Library: GTKExtCtrls - Extended visual controls
- Version 0.6.22 (last updated 2004-11-20)
+ Version 0.6.23 (last updated 2008-08-23)
Copyright (C) 2004 Tomas Bzatek <tbzatek@users.sourceforge.net>
This library is free software; you can redistribute it and/or
@@ -142,8 +142,8 @@ type
procedure SetShowBorder(Value: boolean);
procedure SetScrollable(Value: boolean);
public
- constructor Create(AOwner: TComponent); virtual;
- destructor Destroy; virtual;
+ constructor Create(AOwner: TComponent); override;
+ destructor Destroy; override;
function AppendPage(Child: TGTKControl; Caption: string): integer;
procedure RemovePage(PageNo: integer);
function GetCaption(PageNo: integer): string;