diff options
Diffstat (limited to 'include/mode.h')
-rw-r--r-- | include/mode.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mode.h b/include/mode.h index d28b03529..2875d853e 100644 --- a/include/mode.h +++ b/include/mode.h @@ -171,6 +171,9 @@ class ModeHandler : public Extensible /** Get number of items with this mode set on them */ virtual unsigned int GetCount(); + /** Adjust usage count returned by GetCount + */ + virtual void ChangeCount(int modifier); /** * Get the 'value' of this modes prefix. * determines which to display when there are multiple. |