[Wheat-cvs] r1/wheat fileutil.cpp,1.8,1.9
Status: Pre-Alpha
Brought to you by:
mark_lentczner
From: Mark L. <mar...@us...> - 2005-06-23 06:43:08
|
Update of /cvsroot/wheat/r1/wheat In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22462/wheat Modified Files: fileutil.cpp Log Message: Changes to appease gcc4.0 Index: fileutil.cpp =================================================================== RCS file: /cvsroot/wheat/r1/wheat/fileutil.cpp,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- fileutil.cpp 18 Feb 2005 16:10:40 -0000 1.8 +++ fileutil.cpp 23 Jun 2005 06:42:59 -0000 1.9 @@ -160,7 +160,7 @@ return st.st_mtime; } - struct { + struct FileState { pt::string configDirPath; pt::string configStoragePath; } fileState; |