virtual bool IsTopLevel() const { return true; }
- DECLARE_NO_COPY_CLASS(wxPopupWindowBase)
+ wxDECLARE_NO_COPY_CLASS(wxPopupWindowBase);
};
#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
DECLARE_EVENT_TABLE()
DECLARE_DYNAMIC_CLASS(wxPopupTransientWindow)
- DECLARE_NO_COPY_CLASS(wxPopupTransientWindow)
+ wxDECLARE_NO_COPY_CLASS(wxPopupTransientWindow);
};
#if wxUSE_COMBOBOX && defined(__WXUNIVERSAL__)