]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/containr.h
doing WakeUp in osx_carbon differently for the main event as well
[wxWidgets.git] / include / wx / containr.h
index 7dcf2a048e2bdb15b06be9e85a735d0e7f9e89f1..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;
     }
@@ -215,7 +215,7 @@ public:
 
 protected:
 
-    DECLARE_NO_COPY_CLASS(wxControlContainer)
+    wxDECLARE_NO_COPY_CLASS(wxControlContainer);
 };
 
 // ----------------------------------------------------------------------------