From 73e972340bee8ea9cdbbe5520b1b461fbce1f121 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 10 Jul 2006 18:48:40 +0000 Subject: Making lots of stuff inherit from classbase so we can use it as a holdall class that we can throw around with dynamic_cast<> git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4297 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_timedbans.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_timedbans.cpp') diff --git a/src/modules/m_timedbans.cpp b/src/modules/m_timedbans.cpp index b1b0de25f..da0c0faeb 100644 --- a/src/modules/m_timedbans.cpp +++ b/src/modules/m_timedbans.cpp @@ -28,7 +28,7 @@ using namespace std; static Server *Srv; -class TimedBan +class TimedBan : public classbase { public: std::string channel; -- cgit v1.3.1-10-gc9f91