From 62b550f653ca674bb84eaac77fcdbc4bfc84f135 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 10 Jul 2006 18:54:25 +0000 Subject: Inherit tons of stuff from classbase that should always have been git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4298 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/modules.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/modules.h') diff --git a/include/modules.h b/include/modules.h index 851fa1b5a..3aab093e5 100644 --- a/include/modules.h +++ b/include/modules.h @@ -268,7 +268,7 @@ class Event : public ModuleMessage * be loaded. If this happens, the error message returned by ModuleException::GetReason will be displayed to the user * attempting to load the module, or dumped to the console if the ircd is currently loading for the first time. */ -class ModuleException +class ModuleException : public classbase { private: /** Holds the error message to be displayed @@ -1210,7 +1210,7 @@ class Module : public Extensible * output to users and other servers. All modules should instantiate at least one copy of this class, * and use its member functions to perform their tasks. */ -class Server : public classbase +class Server : public Extensible { public: /** Default constructor. -- cgit v1.3.1-10-gc9f91