diff options
author | Richard Linden <none@none> | 2010-09-16 00:41:45 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-09-16 00:41:45 -0700 |
commit | dcebc0114907e9cc1f78b239edc93138a4b5c0e4 (patch) | |
tree | d8367a7214ce5f74b16a4d83648c01309d6a5202 /indra/llui/llview.h | |
parent | 8f51615aa7c8cab8137c82e89446928e3632dc74 (diff) |
made LLView::getUseBoundingRect() const and used it internally
Diffstat (limited to 'indra/llui/llview.h')
-rw-r--r-- | indra/llui/llview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llview.h b/indra/llui/llview.h index 3504bb6619..6bcee98f26 100644 --- a/indra/llui/llview.h +++ b/indra/llui/llview.h @@ -234,7 +234,7 @@ public: void setSoundFlags(U8 flags) { mSoundFlags = flags; } void setName(std::string name) { mName = name; } void setUseBoundingRect( BOOL use_bounding_rect ); - BOOL getUseBoundingRect(); + BOOL getUseBoundingRect() const; ECursorType getHoverCursor() { return mHoverCursor; } |