X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5dbe15d0bacde245539f54c4d97af6b4696f01f..a4f6fe43c33bd7933645d110ad2719871dab043d:/include/wx/html/helpdlg.h?ds=sidebyside diff --git a/include/wx/html/helpdlg.h b/include/wx/html/helpdlg.h index bca72de3ce..dd51284d23 100644 --- a/include/wx/html/helpdlg.h +++ b/include/wx/html/helpdlg.h @@ -6,7 +6,7 @@ // Author: Harm van der Heijden, Vaclav Slavik, Julian Smart // RCS-ID: $Id$ // Copyright: (c) Harm van der Heijden, Vaclav Slavik, Julian Smart -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_HELPDLG_H_ @@ -81,7 +81,7 @@ protected: wxHtmlHelpController* m_helpController; DECLARE_EVENT_TABLE() - DECLARE_NO_COPY_CLASS(wxHtmlHelpDialog) + wxDECLARE_NO_COPY_CLASS(wxHtmlHelpDialog); }; #endif