diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2018-06-02 02:18:57 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2018-06-02 02:18:57 +0300 |
commit | 1fe32c16fb299c1eb6a47e6860198f07b0c806c4 (patch) | |
tree | 04a3c93faa058e547140c9d43d15fb9b1467f2a6 /indra/newview/llviewerobject.h | |
parent | 18bb3f6b86b32c4ca22f0466ee175d68969a03fd (diff) | |
parent | 9437d1511e2c4b73a58abc823b1ca2a29a8a4d04 (diff) |
Merged in lindenlab/viewer-bear
Diffstat (limited to 'indra/newview/llviewerobject.h')
-rw-r--r-- | indra/newview/llviewerobject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerobject.h b/indra/newview/llviewerobject.h index 21c95d5533..d61832c2ad 100644 --- a/indra/newview/llviewerobject.h +++ b/indra/newview/llviewerobject.h @@ -412,6 +412,7 @@ public: void clearIcon(); void markForUpdate(BOOL priority); + void markForUnload(BOOL priority); void updateVolume(const LLVolumeParams& volume_params); virtual void updateSpatialExtents(LLVector4a& min, LLVector4a& max); virtual F32 getBinRadius(); |