]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/popupwin.h
Fix a very annoying autorelease pool memory leak.
[wxWidgets.git] / include / wx / osx / popupwin.h
index cdfa6ef61cdf1f0d81971036e29fd32e8e29904d..ac42cd64dd388a207fd4a87cabe352453fb517d8 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Stefan Csomor
 // Modified by:
 // Created:
-// RCS-ID:      $Id$
 // Copyright:   (c) 2006 Stefan Csomor
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -27,9 +26,6 @@ public:
 
     bool Create(wxWindow *parent, int flags = wxBORDER_NONE);
 
-    virtual bool Show(bool show);
-
-protected:
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxPopupWindow)
 };