From 3bec59fd3397a7e5e873d5bfbb4b263aafd175bc Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Tue, 24 Jun 2014 20:38:46 -0700 Subject: [PATCH] Fix unindented line --- interface/src/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index ec095a4f59..67de203fa2 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -1286,7 +1286,7 @@ void Application::dropEvent(QDropEvent *event) { void Application::sendPingPackets() { QByteArray pingPacket = NodeList::getInstance()->constructPingPacket(); -controlledBroadcastToNodes(pingPacket, NodeSet() + controlledBroadcastToNodes(pingPacket, NodeSet() << NodeType::VoxelServer << NodeType::ParticleServer << NodeType::ModelServer << NodeType::AudioMixer << NodeType::AvatarMixer << NodeType::MetavoxelServer);