diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-03-29 11:10:54 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-03-29 11:10:54 -0400 |
commit | b2a667b7222640a384cb23763b32f8746b0c8cd8 (patch) | |
tree | e284ec0045b8f74c69da657f30efe84ff83b4c8b /indra/newview/lltooldraganddrop.cpp | |
parent | 4ff53b90660477f54ba3c8ca9a9718fe0d16a1dd (diff) |
For EXT-4666: changed LLGestureManager to LLGestureMgr throughout
Diffstat (limited to 'indra/newview/lltooldraganddrop.cpp')
-rw-r--r-- | indra/newview/lltooldraganddrop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltooldraganddrop.cpp b/indra/newview/lltooldraganddrop.cpp index db6f726a93..7bc0f0b68f 100644 --- a/indra/newview/lltooldraganddrop.cpp +++ b/indra/newview/lltooldraganddrop.cpp @@ -2383,7 +2383,7 @@ EAcceptance LLToolDragAndDrop::dad3dActivateGesture( } else { - LLGestureManager::instance().activateGesture(item->getUUID()); + LLGestureMgr::instance().activateGesture(item->getUUID()); gInventory.updateItem(item); gInventory.notifyObservers(); } |