remove CStringArray #define
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
bool NotesLoader::Loadable( CString sPath )
|
||||
{
|
||||
CStringArray list;
|
||||
vector<CString> list;
|
||||
GetApplicableFiles( sPath, list );
|
||||
return !list.empty();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user