summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2015-07-31 11:19:42 -0700
committerRider Linden <rider@lindenlab.com>2015-07-31 11:19:42 -0700
commit5a0025026cee93eb657290544b95eb00557ae5f1 (patch)
tree33ca675444045a99c25b63f4bd3c45360fe3eb08 /indra
parent42d03f24bf04ef10c9f29d3b5f53dc6f4b9101fa (diff)
replace the const & on the typedef
Diffstat (limited to 'indra')
-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 c9f99fd93b..ebb952a3ec 100755
--- a/indra/newview/llaisapi.h
+++ b/indra/newview/llaisapi.h
@@ -42,7 +42,7 @@
class AISAPI
{
public:
- typedef boost::function<void(LLUUID invItem)> completion_t;
+ typedef boost::function<void(const 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);