From 92daa8e6e05f31f9c3413ba7f9bb8c20ccd6c8f0 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 7 May 2013 13:43:07 -0700 Subject: [PATCH] revert the type squish --- interface/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/main.cpp b/interface/src/main.cpp index fad68d9c13..4b34f9a2b0 100644 --- a/interface/src/main.cpp +++ b/interface/src/main.cpp @@ -701,7 +701,7 @@ void displaySide(Camera& whichCamera) { } // Render avatars of other agents - AgentList *agentList = AgentList::getInstance(); + AgentList* agentList = AgentList::getInstance(); agentList->lock(); for (AgentList::iterator agent = agentList->begin(); agent != agentList->end(); agent++) { if (agent->getLinkedData() != NULL && agent->getType() == AGENT_TYPE_AVATAR) {