From 5a0025026cee93eb657290544b95eb00557ae5f1 Mon Sep 17 00:00:00 2001 From: Rider Linden Date: Fri, 31 Jul 2015 11:19:42 -0700 Subject: replace the const & on the typedef --- 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 c9f99fd93b..ebb952a3ec 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