aboutsummaryrefslogtreecommitdiffstats
path: root/unicode/src/menu/UMenuBackgroundVideo.pas
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--unicode/src/menu/UMenuBackgroundVideo.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/unicode/src/menu/UMenuBackgroundVideo.pas b/unicode/src/menu/UMenuBackgroundVideo.pas
index ca32fded..9d265764 100644
--- a/unicode/src/menu/UMenuBackgroundVideo.pas
+++ b/unicode/src/menu/UMenuBackgroundVideo.pas
@@ -73,7 +73,7 @@ type
public
constructor Create;
- function GetBGVideo(filename: string): TBGVideo;
+ function GetBGVideo(filename: IPath): TBGVideo;
procedure RemoveItem(
procedure FreeAllItems;
@@ -190,7 +190,7 @@ begin
end;
-function TBGVideoPool.GetBGVideo(filename: string): TBGVideo;
+function TBGVideoPool.GetBGVideo(filename: IPath): TBGVideo;
begin
end;