remove CStringArray #define

This commit is contained in:
Chris Danford
2005-12-09 21:36:22 +00:00
parent b68e9dd772
commit 37f82b43f7
91 changed files with 227 additions and 228 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ static bool AttemptJapaneseConversion( CString &txt ) { return false; }
bool ConvertString(CString &str, const CString &encodings)
{
CStringArray lst;
vector<CString> lst;
split(encodings, ",", lst);
for(unsigned i = 0; i < lst.size(); ++i)