diff options
author | Merov Linden <merov@lindenlab.com> | 2011-10-12 19:49:09 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2011-10-12 19:49:09 -0700 |
commit | 303579309d805ce8f48dc0af3b19eaa38533dfe8 (patch) | |
tree | 19d86c250a2d2f6e6806c972d7eaeedbccf5bb84 /indra/llui/lltoolbar.h | |
parent | c14aa1b64e1190ff4bd7deef864d5393988e7f91 (diff) | |
parent | 8affdabac33abbe63bea028dc92620550c06aff4 (diff) |
Pull from richard/viewer-experience-fui
Diffstat (limited to 'indra/llui/lltoolbar.h')
-rw-r--r-- | indra/llui/lltoolbar.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llui/lltoolbar.h b/indra/llui/lltoolbar.h index 49750a9ac2..3be252298d 100644 --- a/indra/llui/lltoolbar.h +++ b/indra/llui/lltoolbar.h @@ -72,6 +72,10 @@ public: void onMouseEnter(S32 x, S32 y, MASK mask); void onMouseCaptureLost(); + virtual const std::string getToolTip() const; + + + private: LLCommandId mId; S32 mMouseDownX; |