summaryrefslogtreecommitdiff
path: root/indra/newview/llcompilequeue.h
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2015-08-26 15:50:15 -0700
committerRider Linden <rider@lindenlab.com>2015-08-26 15:50:15 -0700
commita455759e643ef3b285f8fa38d2a7c9db74605c44 (patch)
treec1a57819bad14c755632a5e1376ac9a1de08dfe0 /indra/newview/llcompilequeue.h
parent7e1efcd47423e66e3262dff137c793d9ef690a1b (diff)
Convert exp floater to use coroutines
Convert script queue compilation exp request
Diffstat (limited to 'indra/newview/llcompilequeue.h')
-rwxr-xr-xindra/newview/llcompilequeue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llcompilequeue.h b/indra/newview/llcompilequeue.h
index c7be4fbe3b..cee8efe9b0 100755
--- a/indra/newview/llcompilequeue.h
+++ b/indra/newview/llcompilequeue.h
@@ -155,6 +155,8 @@ protected:
LLViewerInventoryItem::item_array_t mCurrentScripts;
private:
+ static void processExperienceIdResults(LLSD result, LLUUID parent);
+
uuid_list_t mExperienceIds;
};