]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/statline.h
region from polygon added
[wxWidgets.git] / include / wx / generic / statline.h
index 32ec10dee64b8d063baf3d1f7e2cadd9dc153b4b..3ba19ec310abf28f9b08451aa5fbc7913b448008 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef _WX_GENERIC_STATLINE_H_
 #define _WX_GENERIC_STATLINE_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "statline.h"
 #endif
 
@@ -27,7 +27,7 @@ class WXDLLEXPORT wxStaticLine : public wxStaticLineBase
 
 public:
     // constructors and pseudo-constructors
-    wxStaticLine() { }
+    wxStaticLine() { m_statbox = NULL; }
 
     wxStaticLine( wxWindow *parent,
                   wxWindowID id,
@@ -39,6 +39,8 @@ public:
         Create(parent, id, pos, size, style, name);
     }
 
+    virtual ~wxStaticLine();
+
     bool Create( wxWindow *parent,
                  wxWindowID id,
                  const wxPoint &pos = wxDefaultPosition,