summaryrefslogtreecommitdiff
path: root/service/ControlPlane.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'service/ControlPlane.cpp')
-rw-r--r--service/ControlPlane.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/service/ControlPlane.cpp b/service/ControlPlane.cpp
index 146c20d6..f65a9ee5 100644
--- a/service/ControlPlane.cpp
+++ b/service/ControlPlane.cpp
@@ -26,7 +26,7 @@
*/
#include "ControlPlane.hpp"
-#include "One.hpp"
+#include "OneService.hpp"
#include "../version.h"
#include "../include/ZeroTierOne.h"
@@ -196,7 +196,7 @@ static void _jsonAppend(std::string &buf,const ZT1_Peer *peer)
buf.append(json);
}
-ControlPlane::ControlPlane(One *svc,Node *n) :
+ControlPlane::ControlPlane(OneService *svc,Node *n) :
_svc(svc),
_node(n)
{