From 54f68280bd65589fc858901f1c5c4ed8588862c3 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 12 Nov 2015 16:48:42 -0800 Subject: Minor Windows build fixes. Builds on VS2012 again. --- node/Hashtable.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/Hashtable.hpp') diff --git a/node/Hashtable.hpp b/node/Hashtable.hpp index e3512fef..aee24989 100644 --- a/node/Hashtable.hpp +++ b/node/Hashtable.hpp @@ -103,7 +103,7 @@ public: private: unsigned long _idx; Hashtable *_ht; - Hashtable::_Bucket *_b; + _Bucket *_b; }; friend class Hashtable::Iterator; -- cgit v1.2.3