]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/popupwin.h
MOre fixes for DLL builds
[wxWidgets.git] / include / wx / popupwin.h
index a0bca8f512a95220453ad270a901edca81b1ea5f..b9a7df51557e0d5da3dc663af6433be437bf595f 100644 (file)
@@ -45,6 +45,8 @@ public:
     // the point must be given in screen coordinates!
     virtual void Position(const wxPoint& ptOrigin,
                           const wxSize& size);
     // the point must be given in screen coordinates!
     virtual void Position(const wxPoint& ptOrigin,
                           const wxSize& size);
+
+    DECLARE_NO_COPY_CLASS(wxPopupWindowBase)
 };
 
 
 };