]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/statbox.h
remove the badle defined and apparently unnecessary wxSocketImpl::m_detected field
[wxWidgets.git] / include / wx / motif / statbox.h
index 1682037dc1bf2c7f30dbc69d393fcad1bf8f9c3f..cddbe301e1bf8dfed6977606e61789b50502e0a6 100644 (file)
@@ -13,7 +13,7 @@
 #define _WX_STATBOX_H_
 
 // Group box
-class WXDLLEXPORT wxStaticBox: public wxStaticBoxBase
+class WXDLLIMPEXP_CORE wxStaticBox: public wxStaticBoxBase
 {
     DECLARE_DYNAMIC_CLASS(wxStaticBox)
 
@@ -29,7 +29,7 @@ public:
         Create(parent, id, label, pos, size, style, name);
     }
 
-    ~wxStaticBox();
+    virtual ~wxStaticBox();
 
     bool Create(wxWindow *parent, wxWindowID id,
         const wxString& label,