FileSel.cpp NOGTK fix

git-svn-id: svn://ultimatepp.org/upp/trunk@1062 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2009-04-16 11:23:19 +00:00
parent d692aea5c6
commit ced6dd416a

View file

@ -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;
}