Skip to content
Snippets Groups Projects
Commit 5a002502 authored by Rider Linden's avatar Rider Linden
Browse files

replace the const & on the typedef

parent 42d03f24
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
class AISAPI class AISAPI
{ {
public: 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 CreateInventoryCommand(const LLUUID& parentId, const LLSD& newInventory, completion_t callback);
static void SlamFolderCommand(const LLUUID& folderId, const LLSD& newInventory, completion_t callback); static void SlamFolderCommand(const LLUUID& folderId, const LLSD& newInventory, completion_t callback);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment