mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-01-19 08:52:34 +01:00
fixed bug when using Microsoft's STL
--HG-- extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40529
This commit is contained in:
commit
0cc289cf3b
@ -227,8 +227,6 @@ namespace SourceHook
|
||||
}
|
||||
}
|
||||
public:
|
||||
friend class iterator;
|
||||
friend class const_iterator;
|
||||
class iterator
|
||||
{
|
||||
friend class THash;
|
||||
@ -524,6 +522,8 @@ namespace SourceHook
|
||||
return;
|
||||
iter.erase();
|
||||
}
|
||||
friend class iterator;
|
||||
friend class const_iterator;
|
||||
private:
|
||||
NodePtr *m_Buckets;
|
||||
size_t m_numBuckets;
|
||||
|
Loading…
x
Reference in New Issue
Block a user