diff options
author | RunitaiLinden <davep@lindenlab.com> | 2024-07-11 12:23:17 -0500 |
---|---|---|
committer | RunitaiLinden <davep@lindenlab.com> | 2024-07-11 12:24:19 -0500 |
commit | 7679c76144057c85faabc196e0d189cebda75875 (patch) | |
tree | d409d9dc85ab613a82b763ead0d424528513456a /indra/llcommon | |
parent | 98941831e4afab1cd5ccb5bab995a671df320f72 (diff) |
Fix for tracy build.
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/llsdserialize.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llsdserialize.cpp b/indra/llcommon/llsdserialize.cpp index 2a935f7c04..37af366a20 100644 --- a/indra/llcommon/llsdserialize.cpp +++ b/indra/llcommon/llsdserialize.cpp @@ -950,7 +950,7 @@ LLSDBinaryParser::~LLSDBinaryParser() // virtual S32 LLSDBinaryParser::doParse(std::istream& istr, LLSD& data, S32 max_depth) const { - LL_PROFILE_ZONE_SCOPED_CATEGORY_LLSD + LL_PROFILE_ZONE_SCOPED_CATEGORY_LLSD; /** * Undefined: '!'<br> * Boolean: '1' for true '0' for false<br> |