diff options
-rw-r--r-- | src/modules/m_hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |