summaryrefslogtreecommitdiff
path: root/indra/newview/llaisapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llaisapi.h')
-rwxr-xr-xindra/newview/llaisapi.h2
1 files changed, 1 insertions, 1 deletions
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<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);