move our CStirng into a namespace to fix conflict with MFC
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user