mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 13:24:09 -07:00
Build fix for UI and mac.
This commit is contained in:
parent
0e84eb3852
commit
8bd9f7d51d
4 changed files with 57 additions and 43 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue