mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 06:04:24 +02:00
add a NULL initializer for the linked data create callback
This commit is contained in:
parent
28430d928a
commit
20b0dee80c
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ const char SOLO_NODE_TYPES[2] = {
|
|||
const QUrl DEFAULT_NODE_AUTH_URL = QUrl("https://metaverse.highfidelity.io");
|
||||
|
||||
LimitedNodeList::LimitedNodeList(unsigned short socketListenPort, unsigned short dtlsListenPort) :
|
||||
linkedDataCreateCallback(NULL),
|
||||
_sessionUUID(),
|
||||
_nodeHash(),
|
||||
_nodeMutex(QReadWriteLock::Recursive),
|
||||
|
|
Loading…
Reference in a new issue