X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ef0e92205a01c7d0ca6f381cc690cb5d4fa595c9..86ac84b8ce086e6bbda58f422d41f84268606e35:/include/wx/toplevel.h diff --git a/include/wx/toplevel.h b/include/wx/toplevel.h index 2421a6eb23..c8bd227475 100644 --- a/include/wx/toplevel.h +++ b/include/wx/toplevel.h @@ -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(); };