mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: missing 'override' signature for TWfxPluginFileSource.GetCustomIcon()
This commit is contained in:
parent
02ecead8d5
commit
f103ead98b
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ type
|
|||
function GetDefaultView(out DefaultView: TFileSourceFields): Boolean; override;
|
||||
|
||||
function GetCustomIcon(aFile: TFile; AIconSize: Integer; out AIcon: TBitmap): PtrInt; override;
|
||||
function GetCustomIcon(const path: String; const iconSize: Integer): TBitmap;
|
||||
function GetCustomIcon(const path: String; const iconSize: Integer): TBitmap; override;
|
||||
|
||||
class function IsSupportedPath(const Path: String): Boolean; override;
|
||||
class function CreateByRootName(aRootName: String): IWfxPluginFileSource;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue