]> git.saurik.com Git - wxWidgets.git/commit - interface/wx/html/winpars.h
Small fixes after wxHtmlTagHandler::GetParser() addition.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 25 Apr 2013 09:35:38 +0000 (09:35 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 25 Apr 2013 09:35:38 +0000 (09:35 +0000)
commit3f7564f229450a9c036141878ee75cc09078a945
tree336e7463da65e6c1ddc199184a0c3bfdf2486f3d
parentd929eddf3a3dbb04f37624d255f4e24e07595ca1
Small fixes after wxHtmlTagHandler::GetParser() addition.

Amend the changes of r73839:

- Don't use covariant return type for wxHtmlWinTagHandler::GetParser() as
  VC6, which we still support, doesn't like it. Besides, this seems
  unnecessary.

- Don't make GetParser() virtual at all as this doesn't appear to be necessary
  neither.

- Add "@since 2.9.5" to the documentation of the new method.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73849 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/html/htmlpars.h
include/wx/html/winpars.h
interface/wx/html/htmlpars.h
interface/wx/html/winpars.h