diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2013-10-22 16:07:41 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2013-10-22 16:07:41 -0600 |
commit | e0ace6d8690b2f60fb9b359f4840081957a3ff25 (patch) | |
tree | 0fe54cf46602e4afc6487c03e874b891b8ceb4f7 /indra/newview/llvieweroctree.h | |
parent | e46c4fd1c6f8d99e87fd53e71d97fb8ce925a576 (diff) |
fix for various object missing bugs: SH-4552, SH-4564, SH-4573, SH-4568
Diffstat (limited to 'indra/newview/llvieweroctree.h')
-rw-r--r-- | indra/newview/llvieweroctree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvieweroctree.h b/indra/newview/llvieweroctree.h index 6ea6130413..611f285c8e 100644 --- a/indra/newview/llvieweroctree.h +++ b/indra/newview/llvieweroctree.h @@ -156,6 +156,7 @@ public: U32 getVisible() const {return mEntry ? mEntry->mVisible : 0;} void setVisible() const; + void resetVisible() const; virtual bool isVisible() const; virtual bool isRecentlyVisible() const; |