From 95e2044583db3b8dbe0b7d859385ac4fe164f921 Mon Sep 17 00:00:00 2001 From: tobigun Date: Thu, 23 Jul 2009 20:19:08 +0000 Subject: string -> UTF8String / IPath git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1904 b956fd51-792f-4845-bead-9b4dfca2ff2c --- unicode/src/media/UVisualizer.pas | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'unicode/src/media/UVisualizer.pas') diff --git a/unicode/src/media/UVisualizer.pas b/unicode/src/media/UVisualizer.pas index 37e0268a..b25d68a9 100644 --- a/unicode/src/media/UVisualizer.pas +++ b/unicode/src/media/UVisualizer.pas @@ -77,6 +77,7 @@ uses UGraphic, UMain, UConfig, + UPath, ULog; {$IF PROJECTM_VERSION < 1000000} // < 1.0 @@ -130,7 +131,7 @@ type function Init(): boolean; function Finalize(): boolean; - function Open(const aFileName : string): boolean; // true if succeed + function Open(const aFileName: IPath): boolean; // true if succeed procedure Close; procedure Play; @@ -183,7 +184,7 @@ begin Result := true; end; -function TVideoPlayback_ProjectM.Open(const aFileName : string): boolean; // true if succeed +function TVideoPlayback_ProjectM.Open(const aFileName: IPath): boolean; // true if succeed begin Result := false; end; -- cgit v1.2.3