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

@@ -691,7 +691,7 @@ public:
/**
Returns @true if property is selected.
*/
virtual bool IsPropertySelected( wxPGPropArg id ) const;
bool IsPropertySelected( wxPGPropArg id ) const;
/**
Returns @true if property is shown (i.e. HideProperty() with @true not