remove CStringArray #define
This commit is contained in:
@@ -17,7 +17,7 @@ class KSFLoader: public NotesLoader
|
||||
void LoadTags( const CString &str, Song &out );
|
||||
|
||||
public:
|
||||
void GetApplicableFiles( CString sPath, CStringArray &out );
|
||||
void GetApplicableFiles( CString sPath, vector<CString> &out );
|
||||
bool LoadFromDir( CString sDir, Song &out );
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user