]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/object.cpp
include/wx/choice.hpragma warning is only for VC++
[wxWidgets.git] / src / common / object.cpp
index 3e3a612d488dedbd56ce666646560a7bad775658..972f6c0bc4ce28b5cf16725b9b776ba48a22ec49 100644 (file)
@@ -45,7 +45,7 @@
 #endif
 
 #if !USE_SHARED_LIBRARY
-wxClassInfo wxObject::sm_classwxObject((wxChar *) _T("wxObject"), (wxChar *) NULL, (wxChar *) NULL, (int ) sizeof(wxObject), (wxObjectConstructorFn) NULL);
+wxClassInfo wxObject::sm_classwxObject((wxChar *) wxT("wxObject"), (wxChar *) NULL, (wxChar *) NULL, (int ) sizeof(wxObject), (wxObjectConstructorFn) NULL);
 wxClassInfo* wxClassInfo::sm_first = (wxClassInfo *) NULL;
 wxHashTable* wxClassInfo::sm_classTable = (wxHashTable*) NULL;
 #endif