From 86e94dcc9086861a15cc5e133a3ed46e8d4027ed Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 5 Dec 2006 20:49:19 +0000 Subject: [PATCH] And forgot a semicolon. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5869 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_hash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/m_hash.h b/src/modules/m_hash.h index 5dd528e6e..56182bcff 100644 --- a/src/modules/m_hash.h +++ b/src/modules/m_hash.h @@ -92,7 +92,7 @@ class HashNameRequest : public HashRequest HashNameRequest(Module* Me, Module* Target) : HashRequest("NAME", Me, Target) { } -} +}; /** Send this class to the hashing module to reset the Hash module to a known state. * This will reset the IV to the defaults specified by the Hash spec, -- 2.39.5