mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-17 22:58:22 +00:00
Minor Windows build fixes. Builds on VS2012 again.
This commit is contained in:
@ -103,7 +103,7 @@ public:
|
||||
private:
|
||||
unsigned long _idx;
|
||||
Hashtable *_ht;
|
||||
Hashtable::_Bucket *_b;
|
||||
_Bucket *_b;
|
||||
};
|
||||
friend class Hashtable::Iterator;
|
||||
|
||||
|
Reference in New Issue
Block a user