From 4d85db12ae1bc165e6be313de9aa0864d2b8f153 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 3 Nov 2007 22:56:40 +0000 Subject: [PATCH] You'll hit yourself w00t. You left the ; off both the class decls :p git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8486 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/bancache.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/bancache.h b/include/bancache.h index 1edbbe5a1..2c58c7245 100644 --- a/include/bancache.h +++ b/include/bancache.h @@ -25,7 +25,7 @@ class CoreExport BanCacheHit : public classbase const bool Banned; const time_t Duration; const time_t Creation; -} +}; // must be defined after class BanCacheHit. typedef nspace::hash_map > BanCacheHash; @@ -44,6 +44,6 @@ class CoreExport BanCacheManager : public classbase this->ServerInstance = Instance; this->BanHash = new BanCacheHash(); } -} +}; #endif -- 2.39.5