From b73bb7080b12266fba7ebfaf4282ca12b9c89577 Mon Sep 17 00:00:00 2001 From: tobigun Date: Thu, 23 Jul 2009 19:21:06 +0000 Subject: further string -> UTF8String or IPath conversions git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1887 b956fd51-792f-4845-bead-9b4dfca2ff2c --- unicode/src/menu/UMenuBackgroundVideo.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unicode/src/menu/UMenuBackgroundVideo.pas') 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; -- cgit v1.2.3