mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 21:40:25 +02:00
gtk2 intf: added missing override
git-svn-id: trunk@13076 -
This commit is contained in:
parent
f8c92c994c
commit
a9756022db
@ -83,7 +83,7 @@ type
|
||||
function CreateThemeServices: TThemeServices; override;
|
||||
function GetDeviceContextClass: TGtkDeviceContextClass; override;
|
||||
public
|
||||
constructor Create;
|
||||
constructor Create; override;
|
||||
destructor Destroy; override;
|
||||
|
||||
function LCLPlatform: TLCLPlatform; override;
|
||||
|
Loading…
Reference in New Issue
Block a user