Case is important on non-win32 platforms! Fixes compilation on Linux and possibly OS X

This commit is contained in:
Ben Anderson
2005-08-04 15:56:49 +00:00
parent 10dca0a4cf
commit 7bd90e4f1a
+1 -1
View File
@@ -4,7 +4,7 @@
#include "RageFile.h" #include "RageFile.h"
#include "RageLog.h" #include "RageLog.h"
#include "RageUtil.h" #include "RageUtil.h"
#include "Song.h" #include "song.h"
bool CourseWriterCRS::Write( const Course &course, const CString &sPath, bool bSavingCache ) bool CourseWriterCRS::Write( const Course &course, const CString &sPath, bool bSavingCache )