Unicode fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23229 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -538,7 +538,11 @@ wxObject* wxxVariant::GetAsObject()
|
||||
|
||||
struct wxDynamicObject::wxDynamicObjectInternal
|
||||
{
|
||||
#if wxUSE_UNICODE
|
||||
map<wstring,wxxVariant> m_properties ;
|
||||
#else
|
||||
map<string,wxxVariant> m_properties ;
|
||||
#endif
|
||||
} ;
|
||||
|
||||
// instantiates this object with an instance of its superclass
|
||||
|
||||
Reference in New Issue
Block a user