work around VC brain damage

This commit is contained in:
Glenn Maynard
2005-09-29 06:35:30 +00:00
parent 1c9f10be42
commit 08bbfd215d
8 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ RageFileBasic *RageFileDriverDirect::Open( const CString &path, int mode, int &e
return MakeFileObjDirect( root + sPath, mode, err );
}
bool RageFileDriverDirect::MoveFile( const CString &sOldPath_, const CString &sNewPath_ )
bool RageFileDriverDirect::Move( const CString &sOldPath_, const CString &sNewPath_ )
{
CString sOldPath = sOldPath_;
CString sNewPath = sNewPath_;