diff options
| author | nae202 <[email protected]> | 2025-09-23 07:48:35 +0300 |
|---|---|---|
| committer | nae202 <[email protected]> | 2025-09-23 08:03:21 +0300 |
| commit | 63774bc851bb76e24f369ef4e0328e5f05edbb4b (patch) | |
| tree | d3226ed9a5f200097949f6001a7e3183aff7adfa /library/cpp/json/common | |
| parent | f4cbf746a0b6649479cfb305eceababced0ac10a (diff) | |
Style fix
commit_hash:d506e2a0f2770f3662449a3711e976499eb9ccbb
Diffstat (limited to 'library/cpp/json/common')
| -rw-r--r-- | library/cpp/json/common/defs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/library/cpp/json/common/defs.h b/library/cpp/json/common/defs.h index ae3985508be..331c687665f 100644 --- a/library/cpp/json/common/defs.h +++ b/library/cpp/json/common/defs.h @@ -35,8 +35,9 @@ namespace NJson { bool GetHaveErrors() const { return HaveErrors; } + protected: bool ThrowException; bool HaveErrors = false; }; -} +} // namespace NJson |
