]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/toplevel.h
fix wxTextDataObject::GetDataHere and SetData functions (under wxMSW) so that they...
[wxWidgets.git] / include / wx / toplevel.h
index 2421a6eb23fe10aea28ce63d2541a943d5828ac8..c8bd227475047e091a8c86813c59d6d1c351fbcb 100644 (file)
@@ -299,7 +299,7 @@ protected:
     // a temporary override of m_winDefault, use the latter if NULL
     wxWindowRef m_winTmpDefault;
 
-    DECLARE_NO_COPY_CLASS(wxTopLevelWindowBase)
+    wxDECLARE_NO_COPY_CLASS(wxTopLevelWindowBase);
     DECLARE_EVENT_TABLE()
     WX_DECLARE_CONTROL_CONTAINER();
 };