fix compile error

This commit is contained in:
Chris Danford
2005-02-19 20:30:35 +00:00
parent 36b325a295
commit 65873ed62f
+1 -1
View File
@@ -423,7 +423,7 @@ bool SMLoader::LoadEditFromBuffer( const CString &sBuffer, CString sEditFilePath
{
MsdFile msd;
msd.ReadFromString( sBuffer );
LoadEditFromMsd( msd, sEditFilePath, slot );
return LoadEditFromMsd( msd, sEditFilePath, slot );
}
bool SMLoader::LoadEditFromMsd( const MsdFile &msd, CString sEditFilePath, ProfileSlot slot )