X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bc448be3417555aa4bb57499b114d73b4036f9bb..86ac84b8ce086e6bbda58f422d41f84268606e35:/include/wx/scrolwin.h diff --git a/include/wx/scrolwin.h b/include/wx/scrolwin.h index af3ef755d5..f209507d5f 100644 --- a/include/wx/scrolwin.h +++ b/include/wx/scrolwin.h @@ -290,7 +290,7 @@ protected: wxScrollHelperEvtHandler *m_handler; - DECLARE_NO_COPY_CLASS(wxScrollHelperBase) + wxDECLARE_NO_COPY_CLASS(wxScrollHelperBase); }; // this macro can be used in a wxScrollHelper-derived class to forward wxWindow @@ -405,7 +405,7 @@ private: // VC++ 6 gives warning for the declaration of template member function // without definition #if !defined(__VISUALC__) || wxCHECK_VISUALC_VERSION(7) - DECLARE_NO_COPY_CLASS(wxScrolled) + wxDECLARE_NO_COPY_CLASS(wxScrolled); #endif };