summaryrefslogtreecommitdiff
path: root/indra/llui/lltoggleablemenu.cpp
diff options
context:
space:
mode:
authorWilliam Todd Stinson <stinson@lindenlab.com>2012-10-17 13:23:54 -0700
committerWilliam Todd Stinson <stinson@lindenlab.com>2012-10-17 13:23:54 -0700
commit2f8e4f240881fe990699872eafb6d7dceb5e5a9f (patch)
tree3ba8f6ced6e7ca6c7b559236e38d99d4f37973a7 /indra/llui/lltoggleablemenu.cpp
parenta46d4ada3a2fe9ed8e5279e7d7e20d1ca485482c (diff)
parent1251f45e6246d81658cf4fe6f2654472c772e94b (diff)
Pull and merge from ssh://stinson@hg.lindenlab.com/richard/viewer-chui/.
Diffstat (limited to 'indra/llui/lltoggleablemenu.cpp')
-rw-r--r--indra/llui/lltoggleablemenu.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llui/lltoggleablemenu.cpp b/indra/llui/lltoggleablemenu.cpp
index d29260750f..b4c6c6162b 100644
--- a/indra/llui/lltoggleablemenu.cpp
+++ b/indra/llui/lltoggleablemenu.cpp
@@ -99,3 +99,8 @@ bool LLToggleableMenu::toggleVisibility()
return true;
}
+
+bool LLToggleableMenu::addChild(LLView* view, S32 tab_group)
+{
+ return addContextChild(view, tab_group);
+}