fixed vtable discrepency

This commit is contained in:
Joseph Henry
2017-03-07 13:18:07 -08:00
parent fe9803eba5
commit 905a822b05
5 changed files with 27 additions and 39 deletions

View File

@@ -876,16 +876,15 @@ public:
}
#ifdef ZT_SDK
virtual void leave(const char *hp)
{
_node->leave(Utils::hexStrToU64(hp),NULL);
}
virtual void join(const char *hp)
{
_node->join(Utils::hexStrToU64(hp),NULL);
}
virtual void leave(const char *hp)
{
_node->leave(Utils::hexStrToU64(hp),NULL);
}
virtual std::string givenHomePath()
{