From 0d6245e271ab0587d9cd1265cd11dafcb6eb6501 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 7 Mar 2006 01:21:16 +0000 Subject: No need to be inline in the include git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3502 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/users.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 inline string ConvToStr(const T &in); +template string ConvToStr(const T &in); /** Holds a channel name to which a user has been invited. */ -- cgit v1.2.3