diff --git a/indra/newview/llaisapi.h b/indra/newview/llaisapi.h
index ebb952a3eca284a54d0e4655e1bd9681a378f461..c9f99fd93b87c8b9352c21fd65906e5756161f8f 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);