mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 15:03:35 +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 CreateThemeServices: TThemeServices; override;
|
||||||
function GetDeviceContextClass: TGtkDeviceContextClass; override;
|
function GetDeviceContextClass: TGtkDeviceContextClass; override;
|
||||||
public
|
public
|
||||||
constructor Create;
|
constructor Create; override;
|
||||||
destructor Destroy; override;
|
destructor Destroy; override;
|
||||||
|
|
||||||
function LCLPlatform: TLCLPlatform; override;
|
function LCLPlatform: TLCLPlatform; override;
|
||||||
|
Loading…
Reference in New Issue
Block a user