From 0c75255da70348a4ed609acc3c99f43269bd2ccb Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Thu, 31 Mar 2016 05:11:26 -0400 Subject: [PATCH] Woops, for real this time! --- indra/newview/llcompilequeue.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/indra/newview/llcompilequeue.cpp b/indra/newview/llcompilequeue.cpp index fad6cbae5..ee5170721 100644 --- a/indra/newview/llcompilequeue.cpp +++ b/indra/newview/llcompilequeue.cpp @@ -133,7 +133,7 @@ BOOL LLFloaterScriptQueue::postBuild() // static LLFloaterScriptQueue* LLFloaterScriptQueue::findInstance(const LLUUID& id) { - return sInstances.checkData(id)? sInstances.getData(id) : NULL + return sInstances.checkData(id) ? sInstances.getData(id) : NULL; } // This is the callback method for the viewer object currently being @@ -270,7 +270,7 @@ BOOL LLFloaterScriptQueue::startQueue() return nextObject(); } -/* Singu TODO: Experiences +#if 0 // Singu TODO: Experiences class CompileQueueExperienceResponder : public LLHTTPClient::ResponderWithResult { public: @@ -298,7 +298,7 @@ public: } /*virtual*/ char const* getName() const { return "RequiredRubbish"; } }; -*/ +#endif