From b8cdf1a31836f025d015a46c59c8dbd74be32bc2 Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Sat, 7 Mar 2015 20:31:53 -0800 Subject: [PATCH] quiet warning --- libraries/networking/src/LimitedNodeList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/networking/src/LimitedNodeList.h b/libraries/networking/src/LimitedNodeList.h index 85db739cda..afbdf23fba 100644 --- a/libraries/networking/src/LimitedNodeList.h +++ b/libraries/networking/src/LimitedNodeList.h @@ -216,7 +216,6 @@ protected: void handleNodeKill(const SharedNodePointer& node); QUuid _sessionUUID; - bool _thisNodeCanAdjustLocks; NodeHash _nodeHash; QReadWriteLock _nodeMutex; QUdpSocket _nodeSocket; @@ -230,6 +229,7 @@ protected: int _numCollectedBytes; QElapsedTimer _packetStatTimer; + bool _thisNodeCanAdjustLocks; template void eachNodeHashIterator(IteratorLambda functor) {