diff options
author | MaximB ProductEngine <mberezhnoy@productengine.com> | 2014-01-14 10:00:30 +0200 |
---|---|---|
committer | MaximB ProductEngine <mberezhnoy@productengine.com> | 2014-01-14 10:00:30 +0200 |
commit | 4d81b1d967fbfa68f97f37d8d162b1ac9900a4b0 (patch) | |
tree | 901bbd3a524a2763b6744bd8f45045d717ac1654 /indra/llui | |
parent | c934710f766223e56c892b3ab7acd02321a8b47e (diff) |
MAINT-3510 (Incorrect context menu entry in Places floater)
Diffstat (limited to 'indra/llui')
-rwxr-xr-x | indra/llui/llfolderview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llfolderview.h b/indra/llui/llfolderview.h index 11fccdace4..c28660819f 100755 --- a/indra/llui/llfolderview.h +++ b/indra/llui/llfolderview.h @@ -236,7 +236,7 @@ public: virtual S32 notify(const LLSD& info) ; bool useLabelSuffix() { return mUseLabelSuffix; } - void updateMenu(); + virtual void updateMenu(); private: void updateMenuOptions(LLMenuGL* menu); |