summaryrefslogtreecommitdiff
path: root/include/users.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-03-07 01:21:16 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-03-07 01:21:16 +0000
commit0d6245e271ab0587d9cd1265cd11dafcb6eb6501 (patch)
tree984086bdd5826c2ea05bfca65af5eab92525844a /include/users.h
parente307d5edb124ac535c5d0982f8207987159e4a36 (diff)
No need to be inline in the include
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3502 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/users.h')
-rw-r--r--include/users.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/users.h b/include/users.h
index 631704f99..b56af6606 100644
--- a/include/users.h
+++ b/include/users.h
@@ -37,7 +37,7 @@
#define CC_ALLOW 0
#define CC_DENY 1
-template<typename T> inline string ConvToStr(const T &in);
+template<typename T> string ConvToStr(const T &in);
/** Holds a channel name to which a user has been invited.
*/