Minor Windows build fixes. Builds on VS2012 again.

This commit is contained in:
Adam Ierymenko 2015-11-12 16:48:42 -08:00
parent bacb53fe8f
commit 54f68280bd
5 changed files with 28 additions and 16 deletions

View file

@ -103,7 +103,7 @@ public:
private:
unsigned long _idx;
Hashtable *_ht;
Hashtable::_Bucket *_b;
_Bucket *_b;
};
friend class Hashtable::Iterator;