Skip to content

Commit

Permalink
Merge pull request #130 from linksplatform/segfault_fix
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
nassipkali authored Jul 10, 2023
2 parents 63cf97d + 453626c commit e7dbe14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/Platform.Data/ILinks.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

virtual LinkAddressType Each(const std::vector<LinkAddressType>& restriction, const ReadHandlerType& handler) const = 0;

virtual LinkAddressType Create(const std::vector<LinkAddressType>& restriction, const WriteHandlerType& handler) = 0;
virtual LinkAddressType Create(const std::vector<LinkAddressType>& substitution, const WriteHandlerType& handler) = 0;

virtual LinkAddressType Update(const std::vector<LinkAddressType>& restriction, const std::vector<LinkAddressType>& substitution, const WriteHandlerType& handler) = 0;

Expand Down

0 comments on commit e7dbe14

Please sign in to comment.