mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 12:17:45 +02:00
Add definition for NetworkPeer::NULL_LOCAL_ID to (hopefully) satisfy MacOS
This commit is contained in:
parent
efb1fdbc0d
commit
f4bd1f5ed7
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
||||||
#include <Trace.h>
|
#include <Trace.h>
|
||||||
#include "NodeType.h"
|
#include "NodeType.h"
|
||||||
|
|
||||||
|
const NetworkPeer::LocalID NetworkPeer::NULL_LOCAL_ID;
|
||||||
|
|
||||||
NetworkPeer::NetworkPeer(QObject* parent) :
|
NetworkPeer::NetworkPeer(QObject* parent) :
|
||||||
QObject(parent),
|
QObject(parent),
|
||||||
|
|
Loading…
Reference in a new issue