move our CStirng into a namespace to fix conflict with MFC

This commit is contained in:
Chris Danford
2005-12-09 19:15:31 +00:00
parent cffff7739b
commit dc35d10ee4
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
#include "EnumHelper.h"
#include "ThemeManager.h"
CString GetThemedString( CCStringRef sClass, CCStringRef sValue )
CString GetThemedString( const CString &sClass, const CString &sValue )
{
return THEME->GetMetric( sClass, sValue );
}