summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-12-29 23:35:35 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-12-29 23:35:35 +0000
commit500a6b24b21ab7299bf34f9113963918bcf50869 (patch)
treeb042890aa3f4e035a970a2363234f27b7b71f6c7 /include
parent5e9a6b9186a8cbaaf65ae7d9cd9c0c033c91b497 (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')
-rw-r--r--include/mode.h2
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:
/**