diff options
author | Dave Parks <davep@lindenlab.com> | 2024-09-17 12:43:47 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-17 12:43:47 -0500 |
commit | 870ffbd55b4ffdfad27edf8824de0c9cbc577a80 (patch) | |
tree | 7535ee2e328c8ec1fb1238eeae4f29737ee3a016 /indra/newview/llvoavatar.h | |
parent | f378d2f95ad751ccf7456f79baba61d6c39f5c36 (diff) |
Suppress mapBuffer warnings. (#2584)
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rw-r--r-- | indra/newview/llvoavatar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h index ff1cbc34fc..dd1725c322 100644 --- a/indra/newview/llvoavatar.h +++ b/indra/newview/llvoavatar.h @@ -226,7 +226,7 @@ public: // virtual void updateRiggingInfo(); // This encodes mesh id and LOD, so we can see whether display is up-to-date. - LLUUID mLastRiggingInfoKey; + size_t mLastRiggingInfoKey; std::set<LLUUID> mActiveOverrideMeshes; virtual void onActiveOverrideMeshesChanged(); |