Make GetApplicableFiles() static and don't create a loader unless it can load from that directory.

This commit is contained in:
Steve Checkoway
2006-11-01 10:09:13 +00:00
parent a9e04a845a
commit 5f851a47ca
6 changed files with 11 additions and 33 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ class DWILoader: public NotesLoader
RString m_sLoadingFile;
public:
void GetApplicableFiles( const RString &sPath, vector<RString> &out );
static void GetApplicableFiles( const RString &sPath, vector<RString> &out );
bool LoadFromDir( const RString &sPath, Song &out );
};