diff options
author | Richard Nelson <richard@lindenlab.com> | 2011-10-12 18:17:18 -0700 |
---|---|---|
committer | Richard Nelson <richard@lindenlab.com> | 2011-10-12 18:17:18 -0700 |
commit | 86cbb16e27b63d540d39a3e7342b0c07acabcaee (patch) | |
tree | c1dcc86e8159a66e8ca0becd742075d630bf4a55 /indra/llui/lltoolbar.h | |
parent | 40ebe180a6592381804555d1c9e8df84bf35345a (diff) | |
parent | 9206226a377c88d34036ebd8a3ac6d9d55bc4146 (diff) |
Automated merge with ssh://hg.lindenlab.com/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 7f8ae4f839..8d38bc0234 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; |