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