summaryrefslogtreecommitdiff
path: root/node/Hashtable.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@zerotier.com>2015-11-12 16:48:42 -0800
committerAdam Ierymenko <adam.ierymenko@zerotier.com>2015-11-12 16:48:42 -0800
commit54f68280bd65589fc858901f1c5c4ed8588862c3 (patch)
treeb9cea6e4a538f80f1db1217409ce9ff0e9b52193 /node/Hashtable.hpp
parentbacb53fe8fdfa1ecd429cdfb07de96ec0fb0589b (diff)
downloadinfinitytier-54f68280bd65589fc858901f1c5c4ed8588862c3.tar.gz
infinitytier-54f68280bd65589fc858901f1c5c4ed8588862c3.zip
Minor Windows build fixes. Builds on VS2012 again.
Diffstat (limited to 'node/Hashtable.hpp')
-rw-r--r--node/Hashtable.hpp2
1 files changed, 1 insertions, 1 deletions
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;