diff options
author | Dessie Linden <dessie@lindenlab.com> | 2010-06-29 07:36:55 -0700 |
---|---|---|
committer | Dessie Linden <dessie@lindenlab.com> | 2010-06-29 07:36:55 -0700 |
commit | 2f5c6456991881ca5a80f021d6d4c94739d16565 (patch) | |
tree | c24f45d25050ea499f41cdac46a06c8539349909 /indra/llui | |
parent | b54fd9d6855c8547ce03beacf1ef04eb6396e75e (diff) | |
parent | 4a3710501b1aeae90afbd48c7e3531c86f92517e (diff) |
Merged from viewer-release
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/llview.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llui/llview.h b/indra/llui/llview.h index 9ff6a4e1a0..aba6c310f1 100644 --- a/indra/llui/llview.h +++ b/indra/llui/llview.h @@ -310,7 +310,8 @@ public: void pushVisible(BOOL visible) { mLastVisible = mVisible; setVisible(visible); } void popVisible() { setVisible(mLastVisible); } - + BOOL getLastVisible() const { return mLastVisible; } + LLHandle<LLView> getHandle() { mHandle.bind(this); return mHandle; } U32 getFollows() const { return mReshapeFlags; } |