Fix inconsistent function declarations in documentation
Mostly remove the virtual keyword where the actual implementation isn't virtual.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user