diff options
Diffstat (limited to 'source/core/StarJsonPatch.hpp')
-rw-r--r-- | source/core/StarJsonPatch.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/StarJsonPatch.hpp b/source/core/StarJsonPatch.hpp index bd331c4..5610cc6 100644 --- a/source/core/StarJsonPatch.hpp +++ b/source/core/StarJsonPatch.hpp @@ -13,7 +13,7 @@ Json jsonPatch(Json const& base, JsonArray const& patch); namespace JsonPatching { // Applies the given single operation - Json applyOperation(Json const& base, Json const& op); + Json applyOperation(Json const& base, Json const& op, Maybe<Json> const& external = {}); // Tests for "value" at "path" // Returns base or throws JsonPatchException |