diff options
-rw-r--r-- | include/mode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mode.h b/include/mode.h index 62374be6c..d28b03529 100644 --- a/include/mode.h +++ b/include/mode.h @@ -134,7 +134,7 @@ class ModeHandler : public Extensible /** Number of items with this mode set on them */ - static unsigned int count; + unsigned int count; public: /** |