From 453626c6aaf4695d197c9e515bb4ed39e37c6dc1 Mon Sep 17 00:00:00 2001 From: Mitron57 Date: Mon, 10 Jul 2023 16:20:14 +0400 Subject: [PATCH] Fix typo --- cpp/Platform.Data/ILinks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/Platform.Data/ILinks.h b/cpp/Platform.Data/ILinks.h index baeb890..d16cf01 100644 --- a/cpp/Platform.Data/ILinks.h +++ b/cpp/Platform.Data/ILinks.h @@ -16,7 +16,7 @@ virtual LinkAddressType Each(const std::vector& restriction, const ReadHandlerType& handler) const = 0; - virtual LinkAddressType Create(const std::vector& restriction, const WriteHandlerType& handler) = 0; + virtual LinkAddressType Create(const std::vector& substitution, const WriteHandlerType& handler) = 0; virtual LinkAddressType Update(const std::vector& restriction, const std::vector& substitution, const WriteHandlerType& handler) = 0;