diff options
author | Andrey Lihatskiy <andreylproductengine@lindenlab.com> | 2016-04-14 23:06:31 +0300 |
---|---|---|
committer | Andrey Lihatskiy <andreylproductengine@lindenlab.com> | 2016-04-14 23:06:31 +0300 |
commit | a1b5593d15841c4d1b63316392ce0149552d4979 (patch) | |
tree | 1a2e54dd7c552a196f87a5bc5bae6ccd77a524b3 /indra/newview/lllocationinputctrl.h | |
parent | c436716d92f3f38686b8d138e8e52a378c044490 (diff) | |
parent | 64710a3279a23634d4cbbbcec3680ee6c3a21416 (diff) |
Merged in andreyl_productengine/viewer-lion-marchcat (pull request #34)
MAINT-6248 + MAINT-6293 Notification toasts UI improvements
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(); |