diff options
Diffstat (limited to 'indra/newview/llgiveinventory.h')
-rw-r--r-- | indra/newview/llgiveinventory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llgiveinventory.h b/indra/newview/llgiveinventory.h index 38077fcca7..e589a0cc69 100644 --- a/indra/newview/llgiveinventory.h +++ b/indra/newview/llgiveinventory.h @@ -61,7 +61,7 @@ public: /** * Gives passed inventory item to specified avatar in specified session. */ - static void LLGiveInventory::doGiveInventoryItem(const LLUUID& to_agent, + static void doGiveInventoryItem(const LLUUID& to_agent, const LLInventoryItem* item, const LLUUID& im_session_id = LLUUID::null); |