diff --git a/include/jsoncons_ext/jsonpatch/jsonpatch.hpp b/include/jsoncons_ext/jsonpatch/jsonpatch.hpp index 285026f3db..78ff4f892a 100644 --- a/include/jsoncons_ext/jsonpatch/jsonpatch.hpp +++ b/include/jsoncons_ext/jsonpatch/jsonpatch.hpp @@ -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) { }