mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +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 "NodeType.h"
|
||||
|
||||
const NetworkPeer::LocalID NetworkPeer::NULL_LOCAL_ID;
|
||||
|
||||
NetworkPeer::NetworkPeer(QObject* parent) :
|
||||
QObject(parent),
|
||||
|
|
Loading…
Reference in a new issue