Add definition for NetworkPeer::NULL_LOCAL_ID to (hopefully) satisfy MacOS

This commit is contained in:
Simon Walton 2018-04-02 09:45:46 -07:00
parent efb1fdbc0d
commit f4bd1f5ed7

View file

@ -23,6 +23,7 @@
#include <Trace.h>
#include "NodeType.h"
const NetworkPeer::LocalID NetworkPeer::NULL_LOCAL_ID;
NetworkPeer::NetworkPeer(QObject* parent) :
QObject(parent),