diff options
author | Dave Parks <davep@lindenlab.com> | 2022-06-29 21:42:44 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-06-29 21:42:44 -0500 |
commit | 6f6df8ed71702f0ee8d21a2b583818ae360dd093 (patch) | |
tree | 70545286267ecc4419b7d1dfe463c6d08490775a /indra/newview/llvovolume.h | |
parent | 56ae3e0a083aefcbd6d7c955bb2c7e9e58000a4b (diff) |
SL-17685 Drag and drop material support
Diffstat (limited to 'indra/newview/llvovolume.h')
-rw-r--r-- | indra/newview/llvovolume.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvovolume.h b/indra/newview/llvovolume.h index 79049851b4..db586fd741 100644 --- a/indra/newview/llvovolume.h +++ b/indra/newview/llvovolume.h @@ -172,7 +172,7 @@ public: void markForUpdate(BOOL priority) override; void markForUnload() { LLViewerObject::markForUnload(TRUE); mVolumeChanged = TRUE; } - void faceMappingChanged() { mFaceMappingChanged=TRUE; }; + void faceMappingChanged() override { mFaceMappingChanged=TRUE; } /*virtual*/ void onShift(const LLVector4a &shift_vector) override; // Called when the drawable shifts |