projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
deprecate wxStringEq
[wxWidgets.git]
/
include
/
wx
/
x11
/
popupwin.h
diff --git
a/include/wx/x11/popupwin.h
b/include/wx/x11/popupwin.h
index 3e023e06ce1b127130339dbd1d44f636747c9ae8..1524e80c5dafefdc2133c28368341ace8676ff67 100644
(file)
--- a/
include/wx/x11/popupwin.h
+++ b/
include/wx/x11/popupwin.h
@@
-11,10
+11,6
@@
#ifndef __GTKPOPUPWINH__
#define __GTKPOPUPWINH__
#ifndef __GTKPOPUPWINH__
#define __GTKPOPUPWINH__
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma interface "popupwin.h"
-#endif
-
#include "wx/defs.h"
#include "wx/panel.h"
#include "wx/icon.h"
#include "wx/defs.h"
#include "wx/panel.h"
#include "wx/icon.h"
@@
-23,11
+19,11
@@
// wxPopUpWindow
//-----------------------------------------------------------------------------
// wxPopUpWindow
//-----------------------------------------------------------------------------
-class wxPopupWindow: public wxPopupWindowBase
+class
WXDLLIMPEXP_CORE
wxPopupWindow: public wxPopupWindowBase
{
public:
wxPopupWindow() { }
{
public:
wxPopupWindow() { }
- virtual ~wxPopupWindow()
{ }
+ virtual ~wxPopupWindow()
;
wxPopupWindow(wxWindow *parent, int flags = wxBORDER_NONE)
{ (void)Create(parent, flags); }
wxPopupWindow(wxWindow *parent, int flags = wxBORDER_NONE)
{ (void)Create(parent, flags); }