From 67eb9389c3a841014a39a695405bec59a82551eb Mon Sep 17 00:00:00 2001 From: Rider Linden Date: Fri, 31 Jul 2015 09:53:45 -0700 Subject: 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 ebb952a3ec..c9f99fd93b 100755 --- a/indra/newview/llaisapi.h +++ b/indra/newview/llaisapi.h @@ -42,7 +42,7 @@ class AISAPI { public: - typedef boost::function completion_t; + typedef boost::function 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); -- cgit v1.2.3