]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/popupwin.h
removed wxUSE_MENU_CALLBACK references: the code inside the #if couldn't compile...
[wxWidgets.git] / include / wx / x11 / popupwin.h
index 3e023e06ce1b127130339dbd1d44f636747c9ae8..60852edfd8773c9f5f5d55f83f393f088eda9d4e 100644 (file)
 // wxPopUpWindow
 //-----------------------------------------------------------------------------
 
-class wxPopupWindow: public wxPopupWindowBase
+class WXDLLIMPEXP_CORE wxPopupWindow: public wxPopupWindowBase
 {
 public:
     wxPopupWindow() { }
-    virtual ~wxPopupWindow() { }
+    virtual ~wxPopupWindow() ;
 
     wxPopupWindow(wxWindow *parent, int flags = wxBORDER_NONE)
         { (void)Create(parent, flags); }