Skip to content

Commit

Permalink
Merge pull request #461 from MonkeybreadSoftware/patch-12
Browse files Browse the repository at this point in the history
Update jsonpatch.hpp
  • Loading branch information
danielaparker authored Sep 27, 2023
2 parents 5589d0d + 982a581 commit 62e3858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/jsoncons_ext/jsonpatch/jsonpatch.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ namespace detail {
json_pointer_type path;
Json value;

entry(op_type op, const json_pointer_type& path, const Json& value)
: op(op), path(path), value(value)
entry(op_type Op, const json_pointer_type& Path, const Json& Value)
: op(Op), path(Path), value(Value)
{
}

Expand Down

0 comments on commit 62e3858

Please sign in to comment.