diff options
-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 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); |