diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2010-06-28 10:23:03 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2010-06-28 10:23:03 -0700 |
commit | 49209dfd7123515d76f9598149c1c724d0c0825a (patch) | |
tree | 6637f56b9b25973739e597883ee3ebca3019088b /indra/llui/llview.h | |
parent | adc29e9b9f4d88cd6adfd27b3b516c069f84693c (diff) | |
parent | 3fca4b0d61ad4534f26a8963ed6381a76e4f7c19 (diff) |
Merge
Diffstat (limited to 'indra/llui/llview.h')
-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; } |