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

@@ -227,7 +227,7 @@ public:
for which this function returns the number of frames in the
animation).
*/
virtual int GetImageCount(wxInputStream& stream);
int GetImageCount(wxInputStream& stream);
/**
Gets the MIME type associated with this handler.