summaryrefslogtreecommitdiff
path: root/ZeroTierUI/mainwindow.h
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-04-02 17:12:04 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-04-02 17:12:04 -0700
commitf0223490becc9bba82297cd6316c87d2f89f2052 (patch)
treec8ceec0a71c3953377c463a6a2844c4c96622560 /ZeroTierUI/mainwindow.h
parent81e56904104c45beb17e574eb1691a864cd91bb2 (diff)
downloadinfinitytier-f0223490becc9bba82297cd6316c87d2f89f2052.tar.gz
infinitytier-f0223490becc9bba82297cd6316c87d2f89f2052.zip
Make GUI work with new control client API, make control client look for user authtoken.secret if system unreadable.
Diffstat (limited to 'ZeroTierUI/mainwindow.h')
-rw-r--r--ZeroTierUI/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ZeroTierUI/mainwindow.h b/ZeroTierUI/mainwindow.h
index 196ea9b5..c2666175 100644
--- a/ZeroTierUI/mainwindow.h
+++ b/ZeroTierUI/mainwindow.h
@@ -49,7 +49,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::LocalClient *zeroTierClient;
+extern ZeroTier::Node::NodeControlClient *zeroTierClient;
// Globally visible pointer to main app window
extern QMainWindow *mainWindow;