X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..48f7ffbe93ab587c54643e2476b0e3b0c74e1386:/include/wx/x11/popupwin.h diff --git a/include/wx/x11/popupwin.h b/include/wx/x11/popupwin.h index 69a0c15095..6cb6d721e9 100644 --- a/include/wx/x11/popupwin.h +++ b/include/wx/x11/popupwin.h @@ -5,7 +5,7 @@ // Created: // Id: $Id$ // Copyright: (c) 2001 Robert Roebling -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef __GTKPOPUPWINH__ @@ -27,7 +27,7 @@ class wxPopupWindow: public wxPopupWindowBase { public: wxPopupWindow() { } - virtual ~wxPopupWindow() { } + virtual ~wxPopupWindow() ; wxPopupWindow(wxWindow *parent, int flags = wxBORDER_NONE) { (void)Create(parent, flags); }