Skip to content

Commit

Permalink
Merge pull request #4 from kostasrim/kpr1
Browse files Browse the repository at this point in the history
 fix: build
  • Loading branch information
romange authored Jan 16, 2025
2 parents 86bde05 + 4f9682a commit 95ce941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/jsoncons/json_options.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ class basic_json_encode_options : public virtual basic_json_options_common<CharT
line_length_limit_(other.line_length_limit_),
new_line_chars_(std::move(other.new_line_chars_)),
after_key_chars_(std::move(other.after_key_chars_)),
indent_chars_(std::move(other.indent_chars))
indent_chars_(std::move(other.indent_chars_))
{
}
protected:
Expand Down

0 comments on commit 95ce941

Please sign in to comment.