X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e64df9bcc331d49d05a6dc7729ee08071e4c6408..27d0dcd033be9b1356a36d582f3d3665a53e11e4:/include/wx/statline.h?ds=sidebyside diff --git a/include/wx/statline.h b/include/wx/statline.h index d3757e45cf..6a8b7db0d5 100644 --- a/include/wx/statline.h +++ b/include/wx/statline.h @@ -72,6 +72,8 @@ protected: { return AdjustSize(wxDefaultSize); } + + DECLARE_NO_COPY_CLASS(wxStaticLineBase) }; // ----------------------------------------------------------------------------