Unicode fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23229 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-08-26 00:42:42 +00:00
parent c34e3c7930
commit 67b283a9c6
2 changed files with 32 additions and 24 deletions

View File

@@ -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