diff options
| author | Brad Linden <46733234+brad-linden@users.noreply.github.com> | 2024-07-19 17:00:01 -0700 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-19 17:00:01 -0700 | 
| commit | ba7e982e686f04a6eef1101e477b435df284bdaf (patch) | |
| tree | ea2bdaed28d79244945afb31b3fd1f67da60a16c /indra/llcommon | |
| parent | 54c15a7054af296a62b91f677b11a97cea94bfe8 (diff) | |
| parent | 7679c76144057c85faabc196e0d189cebda75875 (diff) | |
Merge pull request #1996 from secondlife/davep/fix_tracy_build
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> | 
