X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ef0e92205a01c7d0ca6f381cc690cb5d4fa595c9..4ee4c7b948e76377a6947d3ffbe5099870d0c3e9:/include/wx/popupwin.h?ds=sidebyside diff --git a/include/wx/popupwin.h b/include/wx/popupwin.h index 372bf523d4..8edf59c74f 100644 --- a/include/wx/popupwin.h +++ b/include/wx/popupwin.h @@ -47,7 +47,7 @@ public: virtual bool IsTopLevel() const { return true; } - DECLARE_NO_COPY_CLASS(wxPopupWindowBase) + wxDECLARE_NO_COPY_CLASS(wxPopupWindowBase); }; @@ -150,7 +150,7 @@ protected: DECLARE_EVENT_TABLE() DECLARE_DYNAMIC_CLASS(wxPopupTransientWindow) - DECLARE_NO_COPY_CLASS(wxPopupTransientWindow) + wxDECLARE_NO_COPY_CLASS(wxPopupTransientWindow); }; #if wxUSE_COMBOBOX && defined(__WXUNIVERSAL__)