X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af49c4b8a2d3553e733e71c7dd3911881f4c1a2a..458ca8c1fdad48cf05476338b946634eec03fe16:/include/wx/statusbr.h diff --git a/include/wx/statusbr.h b/include/wx/statusbr.h index adafc8bfce..4e53a2509a 100644 --- a/include/wx/statusbr.h +++ b/include/wx/statusbr.h @@ -21,6 +21,7 @@ #if wxUSE_STATUSBAR #include "wx/list.h" +#include "wx/dynarray.h" WX_DECLARE_LIST(wxString, wxListString); @@ -111,6 +112,8 @@ protected: // stacks of previous values for PushStatusText/PopStatusText // this is created on demand, use GetStatusStack/GetOrCreateStatusStack wxListString **m_statusTextStacks; + + DECLARE_NO_COPY_CLASS(wxStatusBarBase) }; // ----------------------------------------------------------------------------