From 61b45c935dbb50c280970c9f431fd1c7ef4eb680 Mon Sep 17 00:00:00 2001 From: randomdan Date: Tue, 22 Jul 2003 21:56:38 +0000 Subject: STL namespace fixes git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@176 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/channels.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/channels.cpp') diff --git a/src/channels.cpp b/src/channels.cpp index 2a9a354a1..1d1b3edbe 100644 --- a/src/channels.cpp +++ b/src/channels.cpp @@ -14,11 +14,11 @@ chanrec::chanrec() topiclock = noexternal = inviteonly = moderated = secret = c_private = false; } -chanrec::SetCustomMode(char mode,bool mode_on) +void chanrec::SetCustomMode(char mode,bool mode_on) { } -chanrec::SetCustomModeParam(char mode,char* parameter,bool mode_on) +void chanrec::SetCustomModeParam(char mode,char* parameter,bool mode_on) { } -- cgit v1.3.1-10-gc9f91