diff options
-rw-r--r-- | include/users.h | 2 |
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. */ |