diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-02-17 01:20:24 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-02-19 00:05:51 +0200 |
commit | 53343bc708339b95f18804e11d6a130b542e0c5b (patch) | |
tree | aac2a6c429e1d8a863dce80d2bc1f9562440520a /indra/newview/llfavoritesbar.h | |
parent | 59092d052f5c8532a5a072ebbafaad038b017640 (diff) |
SL-14797 Normalize right-click - favorites panel, part #4
Diffstat (limited to 'indra/newview/llfavoritesbar.h')
-rw-r--r-- | indra/newview/llfavoritesbar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfavoritesbar.h b/indra/newview/llfavoritesbar.h index 571208aa31..147308c0ba 100644 --- a/indra/newview/llfavoritesbar.h +++ b/indra/newview/llfavoritesbar.h @@ -91,6 +91,7 @@ protected: bool enableSelected(const LLSD& userdata); void doToSelected(const LLSD& userdata); + static bool onRenameCommit(const LLSD& notification, const LLSD& response); BOOL isClipboardPasteable() const; void pasteFromClipboard() const; |