diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-02-15 16:50:18 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2023-02-15 16:50:18 -0500 |
commit | 152f32918d15e9343658b728adaf1d5c8c3c3e10 (patch) | |
tree | b8d2b43ced92998ed70455f9c8543277e56f102c /indra/llcommon/lluuid.h | |
parent | e2496eff18315a82a82e50784c5959dfb038d02f (diff) |
SL-18330: Fix egregious existing build errors in contribute branch.
Diffstat (limited to 'indra/llcommon/lluuid.h')
-rw-r--r-- | indra/llcommon/lluuid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/lluuid.h b/indra/llcommon/lluuid.h index cc36797bc1..0d4896ee97 100644 --- a/indra/llcommon/lluuid.h +++ b/indra/llcommon/lluuid.h @@ -191,4 +191,4 @@ inline size_t hash_value(const LLUUID& id) noexcept return (size_t)id.getDigest64(); } -#endif +#endif // LL_LLUUID_H |