1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-03-22 13:19:40 +01:00

Fixed weird gcc warning

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40160
This commit is contained in:
Pavol Marko 2005-12-10 22:49:32 +00:00
parent e704486223
commit 27c7640638

View File

@ -47,6 +47,7 @@ namespace SourceHook
};
typedef List<THashNode *> * NodePtr;
public:
class const_iterator;
THash() : m_Buckets(NULL), m_numBuckets(0), m_percentUsed(0.0f)
{
_Refactor();