Fix inconsistent function declarations in documentation

Mostly remove the virtual keyword where the actual implementation isn't
virtual.
This commit is contained in:
Scott Talbert
2019-03-22 00:29:40 -04:00
parent 8042648c73
commit ac18cfe7cc
5 changed files with 9 additions and 9 deletions

View File

@@ -59,7 +59,7 @@ public:
Assigns @a parser to this handler. Each @b instance of handler
is guaranteed to be called only from the one parser.
*/
virtual void SetParser(wxHtmlWinParser* parser);
virtual void SetParser(wxHtmlParser* parser);
protected:
/**