X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c1dc9f8394c1488ad8e7d945e6f943f7b34554ce..e1ef506e13b7c8e96483b7fc0852dcb46688badd:/include/wx/html/helpdata.h?ds=sidebyside diff --git a/include/wx/html/helpdata.h b/include/wx/html/helpdata.h index 7889d01b34..320235a446 100644 --- a/include/wx/html/helpdata.h +++ b/include/wx/html/helpdata.h @@ -22,7 +22,7 @@ #include "wx/dynarray.h" #include "wx/font.h" -class WXDLLIMPEXP_HTML wxHtmlHelpData; +class WXDLLIMPEXP_FWD_HTML wxHtmlHelpData; //-------------------------------------------------------------------------------- // helper classes & structs @@ -100,7 +100,7 @@ WX_DECLARE_USER_EXPORTED_OBJARRAY(wxHtmlHelpDataItem, wxHtmlHelpDataItems, //------------------------------------------------------------------------------ // wxHtmlSearchEngine -// This class takes input streams and scans them for occurence +// This class takes input streams and scans them for occurrence // of keyword(s) //------------------------------------------------------------------------------