]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/containr.h
Add wxWinVersion_7 to the private wxMSW wxWinVersion enum.
[wxWidgets.git] / include / wx / containr.h
index d4648b841a1fcd99172f3345149097d5c3868407..594af01367b3466c2261a8fb0f46ce759a17051e 100644 (file)
@@ -49,7 +49,7 @@ public:
 
     void SetContainerWindow(wxWindow *winParent)
     {
-        wxASSERT_MSG( !m_winParent, _T("shouldn't be called twice") );
+        wxASSERT_MSG( !m_winParent, wxT("shouldn't be called twice") );
 
         m_winParent = winParent;
     }