From ced6dd416af0269d5d8fc5d88f3ac8d70225ee1a Mon Sep 17 00:00:00 2001 From: cxl Date: Thu, 16 Apr 2009 11:23:19 +0000 Subject: [PATCH] FileSel.cpp NOGTK fix git-svn-id: svn://ultimatepp.org/upp/trunk@1062 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/CtrlLib/FileSel.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uppsrc/CtrlLib/FileSel.cpp b/uppsrc/CtrlLib/FileSel.cpp index de004c56a..04f369d51 100644 --- a/uppsrc/CtrlLib/FileSel.cpp +++ b/uppsrc/CtrlLib/FileSel.cpp @@ -69,7 +69,7 @@ Image GetFileIcon(const char *path, bool dir, bool force, bool large) #ifdef PLATFORM_X11 #ifdef flagNOGTK -Image PosixGetDriveImage(String dir) +Image PosixGetDriveImage(String dir, bool) { if(dir.GetCount() == 0 || dir == "/") return CtrlImg::Computer(); @@ -80,7 +80,7 @@ Image PosixGetDriveImage(String dir) return CtrlImg::Hd(); } -Image GetFileIcon(const String& folder, const String& filename, bool isdir, bool isexe) +Image GetFileIcon(const String& folder, const String& filename, bool isdir, bool isexe, bool) { return Null; }