Fix RageFile, use RageFile. Const fix in LyricsLoader.
This commit is contained in:
@@ -46,6 +46,12 @@ void CollapsePath( CString &sPath )
|
||||
sPath = join( SLASH, as );
|
||||
}
|
||||
|
||||
RageFile::RageFile(const CString& path, const char *mode)
|
||||
{
|
||||
mFP = NULL;
|
||||
Open(path, mode);
|
||||
}
|
||||
|
||||
bool RageFile::Open(const CString& path, const char *mode)
|
||||
{
|
||||
Close();
|
||||
|
||||
Reference in New Issue
Block a user