Skip to content

Commit 95ce941

Browse files
authored
Merge pull request #4 from kostasrim/kpr1
fix: build
2 parents 86bde05 + 4f9682a commit 95ce941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/jsoncons/json_options.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ class basic_json_encode_options : public virtual basic_json_options_common<CharT
365365
line_length_limit_(other.line_length_limit_),
366366
new_line_chars_(std::move(other.new_line_chars_)),
367367
after_key_chars_(std::move(other.after_key_chars_)),
368-
indent_chars_(std::move(other.indent_chars))
368+
indent_chars_(std::move(other.indent_chars_))
369369
{
370370
}
371371
protected:

0 commit comments

Comments
 (0)