diff options
Diffstat (limited to 'controller/RethinkDB.hpp')
-rw-r--r-- | controller/RethinkDB.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/RethinkDB.hpp b/controller/RethinkDB.hpp index a69f462f..07f0abfb 100644 --- a/controller/RethinkDB.hpp +++ b/controller/RethinkDB.hpp @@ -37,7 +37,7 @@ namespace ZeroTier class RethinkDB : public DB { public: - RethinkDB(EmbeddedNetworkController *const nc,const Address &myAddress,const char *path); + RethinkDB(EmbeddedNetworkController *const nc,const Identity &myId,const char *path); virtual ~RethinkDB(); virtual bool waitForReady(); |