diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-04-14 02:10:21 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-04-14 02:10:21 +0300 |
commit | af408181c134e08b4b19f173d56b912c9e1f153b (patch) | |
tree | 5db5a3a55b76f047545bd7704bb95dad41f99a0d /indra/newview/lllocationinputctrl.h | |
parent | 5cd921a59750d73668241a247629c5fcd5852662 (diff) |
MAINT-6248 remove the 'OK' and place a 'Rebake region' button in "pending pathfinding changes" notification toast
Diffstat (limited to 'indra/newview/lllocationinputctrl.h')
-rwxr-xr-x | indra/newview/lllocationinputctrl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lllocationinputctrl.h b/indra/newview/lllocationinputctrl.h index cd6fd24077..da71bab6c1 100755 --- a/indra/newview/lllocationinputctrl.h +++ b/indra/newview/lllocationinputctrl.h @@ -166,6 +166,7 @@ private: // callbacks bool onLocationContextMenuItemEnabled(const LLSD& userdata); void onLocationContextMenuItemClicked(const LLSD& userdata); + void callbackRebakeRegion(const LLSD& notification, const LLSD& response); void onParcelIconClick(EParcelIcon icon); void createNavMeshStatusListenerForCurrentRegion(); |