X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a2db124c633f80bdb16336084262037d879a2c..7e08bc5acd8ee4e2f0756f50bf98937a118f9951:/include/wx/popupwin.h?ds=sidebyside diff --git a/include/wx/popupwin.h b/include/wx/popupwin.h index 6e10cc2c36..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); }; @@ -69,7 +69,7 @@ public: #elif defined(__WXMGL__) #include "wx/mgl/popupwin.h" #elif defined(__WXMAC__) - #include "wx/mac/popupwin.h" + #include "wx/osx/popupwin.h" #else #error "wxPopupWindow is not supported under this platform." #endif @@ -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__)