Skip to content

Commit 4f9682a

Browse files
committed
fix: build
1 parent 86bde05 commit 4f9682a

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)