diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-06-25 17:52:02 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-06-25 17:52:02 -0400 |
commit | ffd7b0d7e7ef13510d7299e601a71c7fedb0a4d1 (patch) | |
tree | 73061ba3468d4ac92a02986f9e1c3da021b58a47 /indra/newview/llfloateropenobject.h | |
parent | bbdd2a34d01d938226c7935a3d52ec0a7c483e90 (diff) |
SH-4305 WIP
Diffstat (limited to 'indra/newview/llfloateropenobject.h')
-rwxr-xr-x | indra/newview/llfloateropenobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloateropenobject.h b/indra/newview/llfloateropenobject.h index 1d7eecd107..8e472804a4 100755 --- a/indra/newview/llfloateropenobject.h +++ b/indra/newview/llfloateropenobject.h @@ -63,7 +63,7 @@ protected: void onClickMoveToInventory(); void onClickMoveAndWear(); - static void callbackCreateInventoryCategory(const LLSD& result, LLUUID object_id, bool wear); + static void callbackCreateInventoryCategory(const LLUUID& category_id, LLUUID object_id, bool wear); static void callbackMoveInventory(S32 result, void* data); private: |