X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ab13878f7b266ca4e4b36242c033097d832de1f3..36adcfc9135110ee27c6e4247e5d29175159694f:/include/wx/list.h diff --git a/include/wx/list.h b/include/wx/list.h index 51ecad7972..b8cc07ea84 100644 --- a/include/wx/list.h +++ b/include/wx/list.h @@ -468,7 +468,7 @@ private: wxListBase *m_list; // list we belong to - DECLARE_NO_COPY_CLASS(wxNodeBase) + wxDECLARE_NO_COPY_CLASS(wxNodeBase); }; // -----------------------------------------------------------------------------