]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/popupwin.h
Fix missing documentation for several GDI functions.
[wxWidgets.git] / include / wx / osx / popupwin.h
index e6840871c6c3efbc77883124db129ca15a547f70..b815a61c1635832a31a556e81c7cf3cd21bf8303 100644 (file)
@@ -26,10 +26,7 @@ public:
         { (void)Create(parent, flags); }
 
     bool Create(wxWindow *parent, int flags = wxBORDER_NONE);
-    
-    virtual bool Show(bool show);
 
-protected:
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxPopupWindow)
 };