mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Compilation under Windows
This commit is contained in:
parent
0605236410
commit
f27bca1755
1 changed files with 1 additions and 1 deletions
|
|
@ -472,7 +472,7 @@ begin
|
|||
end; // IsExecutable else
|
||||
end;
|
||||
|
||||
function TPixMapManager.LoadIconThemeBitmap(AIconName: String; AIconSize: Integer): TBitmap;
|
||||
function TPixMapManager.LoadIconThemeBitmap(AIconName: String; AIconSize: Integer): Graphics.TBitmap;
|
||||
begin
|
||||
FPixmapsLock.Acquire;
|
||||
try
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue