diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-06-09 21:13:54 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-06-09 21:13:54 +0100 |
commit | c5dc0ee36e8d17fd0cf25f5a1fbdfb8609a64ee0 (patch) | |
tree | 8efb79ca33fda8b29fd46dbdfc44d9d8a6231d3e /indra/newview/llvovolume.h | |
parent | c9baf4c66157c601cc4d4e325c7843b3bf9a0cad (diff) |
SL-704 - code cleanup
Diffstat (limited to 'indra/newview/llvovolume.h')
-rw-r--r-- | indra/newview/llvovolume.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llvovolume.h b/indra/newview/llvovolume.h index 5918166aff..75dabd961a 100644 --- a/indra/newview/llvovolume.h +++ b/indra/newview/llvovolume.h @@ -269,8 +269,8 @@ public: // Extended Mesh Properties U32 getExtendedMeshFlags() const; void setExtendedMeshFlags(U32 flags); - bool canBeAnimatedMesh() const; - bool isAnimatedMesh() const; + bool canBeAnimatedObject() const; + bool isAnimatedObject() const; // Functions that deal with media, or media navigation |