From 67eb9389c3a841014a39a695405bec59a82551eb Mon Sep 17 00:00:00 2001 From: Rider Linden <rider@lindenlab.com> Date: Fri, 31 Jul 2015 09:53:45 -0700 Subject: [PATCH] Try not using a ref here. --- indra/newview/llaisapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llaisapi.h b/indra/newview/llaisapi.h index ebb952a3eca..c9f99fd93b8 100755 --- a/indra/newview/llaisapi.h +++ b/indra/newview/llaisapi.h @@ -42,7 +42,7 @@ class AISAPI { public: - typedef boost::function<void(const LLUUID &invItem)> completion_t; + typedef boost::function<void(LLUUID invItem)> completion_t; static void CreateInventoryCommand(const LLUUID& parentId, const LLSD& newInventory, completion_t callback); static void SlamFolderCommand(const LLUUID& folderId, const LLSD& newInventory, completion_t callback); -- GitLab