diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-02-26 12:12:08 +0200 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-02-26 12:12:08 +0200 |
commit | 22ea223ddd2f2f9ed05a447dda2c4169a77d191e (patch) | |
tree | 513ba00dab703d9ffdb09b91faae98a9bf25ccb0 /indra/newview/llselectmgr.h | |
parent | 2ea45ee2c9924ff7ef8f1153e7f3f669981e70a2 (diff) |
MAINT-4904 FIXED Show confirmation pop-up before unlinking an object.
Diffstat (limited to 'indra/newview/llselectmgr.h')
-rwxr-xr-x | indra/newview/llselectmgr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llselectmgr.h b/indra/newview/llselectmgr.h index 23c41e4cc1..316e72b11c 100755 --- a/indra/newview/llselectmgr.h +++ b/indra/newview/llselectmgr.h @@ -506,6 +506,8 @@ public: bool unlinkObjects(); + void confirmUnlinkObjects(const LLSD& notification, const LLSD& response); + bool enableLinkObjects(); bool enableUnlinkObjects(); |