]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/helpdlg.h
Correct a typo in DoAutoCompleteCustom() stub in wxMSW.
[wxWidgets.git] / include / wx / html / helpdlg.h
index bca72de3ce6c77ca22426fa5b02600f421228185..dd51284d23d89e4c1e6467d389b8ff5d18e1af7e 100644 (file)
@@ -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