]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/statline.h
Applied patch [ 619705 ] Fixes wxApp::GetComCtl32Version
[wxWidgets.git] / include / wx / generic / statline.h
index 32ec10dee64b8d063baf3d1f7e2cadd9dc153b4b..5e5b13c24f91518388f5dca1ff55a6621ff0992e 100644 (file)
@@ -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,