Skip to content

Commit

Permalink
Merge pull request #119 from kenichiice/c++-compile-error
Browse files Browse the repository at this point in the history
Fixes compile error in ucl++.h
  • Loading branch information
vstakhov committed Feb 20, 2016
2 parents 3987cc7 + 69a37c9 commit fb35b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ucl++.h
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ class Ucl final {
cbdata = Ucl::default_emit_funcs();
cbdata.ud = reinterpret_cast<void *>(&out);

ucl_object_emit_full (obj.get(), type, &cbdata);
ucl_object_emit_full (obj.get(), type, &cbdata, nullptr);
}

std::string dump (ucl_emitter_t type = UCL_EMIT_JSON) const
Expand Down

0 comments on commit fb35b5c

Please sign in to comment.