X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/538483d8d06c575e710b4c163695bdc29e773a1b..c2a738e372126950e5c70f72a3e8876f1ac89bf5:/include/wx/htmllbox.h diff --git a/include/wx/htmllbox.h b/include/wx/htmllbox.h index 22f453c83c..45a1765b58 100644 --- a/include/wx/htmllbox.h +++ b/include/wx/htmllbox.h @@ -185,7 +185,7 @@ private: DECLARE_EVENT_TABLE() - DECLARE_NO_COPY_CLASS(wxHtmlListBox) + wxDECLARE_NO_COPY_CLASS(wxHtmlListBox); }; @@ -317,7 +317,7 @@ protected: // not be named m_clientdata as that clashes with the name of an // anonymous struct member in wxEvtHandler, which we derive from. - DECLARE_NO_COPY_CLASS(wxSimpleHtmlListBox) + wxDECLARE_NO_COPY_CLASS(wxSimpleHtmlListBox); }; #endif // _WX_HTMLLBOX_H_