diff options
author | richard <none@none> | 2010-01-06 13:37:30 -0800 |
---|---|---|
committer | richard <none@none> | 2010-01-06 13:37:30 -0800 |
commit | 97427f2a8d99e25520cf5b59310c0b67407b34a3 (patch) | |
tree | f7f26a6b2ac6a7f2aea233c64ed2f9a1ff3fd8b7 /indra/llui/llmenubutton.h | |
parent | 49a744b676871db094d1608819a90fec02a6732d (diff) | |
parent | a1e342b3f711c7ea23ac60b016c8b4024bf18a4a (diff) |
merge
Diffstat (limited to 'indra/llui/llmenubutton.h')
-rw-r--r-- | indra/llui/llmenubutton.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llmenubutton.h b/indra/llui/llmenubutton.h index 02eb9d3806..d0e99d9f40 100644 --- a/indra/llui/llmenubutton.h +++ b/indra/llui/llmenubutton.h @@ -55,6 +55,7 @@ public: /*virtual*/ BOOL handleMouseDown(S32 x, S32 y, MASK mask); /*virtual*/ BOOL handleKeyHere(KEY key, MASK mask ); void hideMenu(); + LLMenuGL* getMenu() { return mMenu; } protected: friend class LLUICtrlFactory; |