summaryrefslogtreecommitdiff
path: root/controller/FileDB.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'controller/FileDB.hpp')
-rw-r--r--controller/FileDB.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/FileDB.hpp b/controller/FileDB.hpp
index 0a8b9d2e..5d55d0a4 100644
--- a/controller/FileDB.hpp
+++ b/controller/FileDB.hpp
@@ -35,7 +35,7 @@ namespace ZeroTier
class FileDB : public DB
{
public:
- FileDB(EmbeddedNetworkController *const nc,const Identity &myId,const char *path);
+ FileDB(const Identity &myId,const char *path);
virtual ~FileDB();
virtual bool waitForReady();