]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/popupwin.h
made some wxHtmlEntitiesParser's methods public -- turned out they are useful
[wxWidgets.git] / include / wx / gtk / popupwin.h
index 4d161eafdebf5312e4c0d6aaac3d97c4fe29c744..63c17d793d944ea35a62de1b0a0ba34e12692323 100644 (file)
@@ -4,15 +4,15 @@
 // Author:      Robert Roebling
 // Created:
 // Id:          $Id$
-// Copyright:   (c) 1998 Robert Roebling
-// Licence:           wxWindows licence
+// Copyright:   (c) 2001 Robert Roebling
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef __GTKPOPUPWINH__
 #define __GTKPOPUPWINH__
 
 #ifdef __GNUG__
-#pragma interface
+    #pragma interface "popupwin.h"
 #endif
 
 #include "wx/defs.h"
@@ -27,7 +27,10 @@ class wxPopupWindow: public wxPopupWindowBase
 {
 public:
     wxPopupWindow() { }
-
+#ifdef __DARWIN__
+    virtual ~wxPopupWindow() { }
+#endif
+    
     wxPopupWindow(wxWindow *parent) { (void)Create(parent); }
     bool Create(wxWindow *parent, int flags = wxBORDER_NONE);