diff options
author | Rider Linden <rider@lindenlab.com> | 2015-07-31 09:53:45 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-07-31 09:53:45 -0700 |
commit | 67eb9389c3a841014a39a695405bec59a82551eb (patch) | |
tree | 3b1c7a51bbde0efb86a1ea5339ca1d392fd24f2e | |
parent | 96d04a050b4eee3fc0e0728043d5aa960d06eb9e (diff) |
Try not using a ref here.
-rwxr-xr-x | indra/newview/llaisapi.h | 2 |
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); |