X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af49c4b8a2d3553e733e71c7dd3911881f4c1a2a..989a242196a81351fc14b6e433341ef3f27e3d4c:/include/wx/generic/statline.h?ds=sidebyside diff --git a/include/wx/generic/statline.h b/include/wx/generic/statline.h index 32ec10dee6..3ba19ec310 100644 --- a/include/wx/generic/statline.h +++ b/include/wx/generic/statline.h @@ -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,