diff options
| author | 2006-07-10 18:54:25 +0000 | |
|---|---|---|
| committer | 2006-07-10 18:54:25 +0000 | |
| commit | 62b550f653ca674bb84eaac77fcdbc4bfc84f135 (patch) | |
| tree | b67933ec558a040aa969025f0331dd3d305af9c1 /src/modules/m_opermd5.cpp | |
| parent | Making lots of stuff inherit from classbase so we can use it as a holdall cla... (diff) | |
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
Diffstat (limited to 'src/modules/m_opermd5.cpp')
| -rw-r--r-- | src/modules/m_opermd5.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/m_opermd5.cpp b/src/modules/m_opermd5.cpp index d99b9a96e..166f166c4 100644 --- a/src/modules/m_opermd5.cpp +++ b/src/modules/m_opermd5.cpp @@ -45,7 +45,8 @@ typedef unsigned int uint32_t; typedef uint32_t word32; /* NOT unsigned long. We don't support 16 bit platforms, anyway. */ typedef unsigned char byte; -struct MD5Context { +clas MD5Context : public classbase +{ word32 buf[4]; word32 bytes[2]; word32 in[16]; |
