|
From: Emilien K. <cur...@us...> - 2005-01-03 18:00:55
|
Update of /cvsroot/wxdevcenter/wxDevCenter/include/wxDevCenter In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11593/include/wxDevCenter Modified Files: FileSystemStandard.h Log Message: Fix des erreurs sous nunux Index: FileSystemStandard.h =================================================================== RCS file: /cvsroot/wxdevcenter/wxDevCenter/include/wxDevCenter/FileSystemStandard.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** FileSystemStandard.h 3 Jan 2005 17:47:57 -0000 1.4 --- FileSystemStandard.h 3 Jan 2005 18:00:46 -0000 1.5 *************** *** 125,129 **** wxString GetRoot()const{return wxT("/");} FilePath GetRootPath()const{return wxT("file:/");} ! wxString FindFirst(wxString strWildcard, int iFlags); wxString FindNext(); FilePath GetCurrentFilePath(); --- 125,129 ---- wxString GetRoot()const{return wxT("/");} FilePath GetRootPath()const{return wxT("file:/");} ! wxString FindFirst(FilePath strPath, int iFlags); wxString FindNext(); FilePath GetCurrentFilePath(); |