X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ef0e92205a01c7d0ca6f381cc690cb5d4fa595c9..ada083260a7c74b3bd084f6092a298e64a6c6b0f:/include/wx/popupwin.h 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__)