git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11132
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
public:
wxDataObject();
-
+#ifdef __DARWIN__
+ virtual ~wxDataObject() { }
+#endif
+
virtual bool IsSupportedFormat( const wxDataFormat& format, Direction dir = Get ) const;
};
{
public:
wxPopupWindow() { }
-
+#ifdef __DARWIN__
+ virtual ~wxPopupWindow() { }
+#endif
+
wxPopupWindow(wxWindow *parent) { (void)Create(parent); }
bool Create(wxWindow *parent, int flags = wxBORDER_NONE);
{
public:
wxDataObject();
-
+#ifdef __DARWIN__
+ virtual ~wxDataObject() { }
+#endif
+
virtual bool IsSupportedFormat( const wxDataFormat& format, Direction dir = Get ) const;
};
{
public:
wxPopupWindow() { }
-
+#ifdef __DARWIN__
+ virtual ~wxPopupWindow() { }
+#endif
+
wxPopupWindow(wxWindow *parent) { (void)Create(parent); }
bool Create(wxWindow *parent, int flags = wxBORDER_NONE);
{
public:
wxPopupWindowBase() { }
+#ifdef __DARWIN__
+ virtual ~wxPopupWindowBase() { }
+#endif
// create the popup window
//