stop passing ugly back-references to the RageFile to RageFileObj

This commit is contained in:
Glenn Maynard
2004-12-09 11:47:20 +00:00
parent b38e2e25f1
commit ec22ffec62
8 changed files with 38 additions and 42 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ public:
RageFileObj *CopyFileObj( const RageFileObj *cpy, RageFile &p );
private:
RageFileObj *OpenForWriting( CString sPath, int mode, RageFile &p, int &err );
RageFileObj *OpenForWriting( CString sPath, int mode, int &err );
};
extern RageFileManager *FILEMAN;