summaryrefslogtreecommitdiff
path: root/ZeroTierUI/mainwindow.h
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-10-29 19:54:24 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-10-29 19:54:24 -0700
commit8bd9f7d51dbb8756d7063cc7cb3939ff74104145 (patch)
tree1021e079ecd50754d2124c142e06e3185476281b /ZeroTierUI/mainwindow.h
parent0e84eb3852e9bf5661bd6ace8f94d1f08a758c85 (diff)
downloadinfinitytier-8bd9f7d51dbb8756d7063cc7cb3939ff74104145.tar.gz
infinitytier-8bd9f7d51dbb8756d7063cc7cb3939ff74104145.zip
Build fix for UI and mac.
Diffstat (limited to 'ZeroTierUI/mainwindow.h')
-rw-r--r--ZeroTierUI/mainwindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ZeroTierUI/mainwindow.h b/ZeroTierUI/mainwindow.h
index c2666175..1b6f3f79 100644
--- a/ZeroTierUI/mainwindow.h
+++ b/ZeroTierUI/mainwindow.h
@@ -42,6 +42,7 @@
#include "../node/Constants.hpp"
#include "../node/Node.hpp"
#include "../node/Utils.hpp"
+#include "../control/NodeControlClient.hpp"
namespace Ui {
class MainWindow;
@@ -49,7 +50,7 @@ class MainWindow;
// Globally visible instance of local client for communicating with ZT1
// Can be null if not connected, or will point to current
-extern ZeroTier::Node::NodeControlClient *zeroTierClient;
+extern ZeroTier::NodeControlClient *zeroTierClient;
// Globally visible pointer to main app window
extern QMainWindow *mainWindow;