diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-29 23:35:35 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-29 23:35:35 +0000 |
commit | 500a6b24b21ab7299bf34f9113963918bcf50869 (patch) | |
tree | b042890aa3f4e035a970a2363234f27b7b71f6c7 /include/mode.h | |
parent | 5e9a6b9186a8cbaaf65ae7d9cd9c0c033c91b497 (diff) |
This doesnt need to be static
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6164 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/mode.h')
-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: /** |