commit | 8f4fe8fb1ecc95c0cf676731cb9e8774481fbdd0 | [log] [tgz] |
---|---|---|
author | aleskucera@cesnet.cz <aleskucera@cesnet.cz> | Fri Oct 27 13:09:29 2023 +0200 |
committer | aleskucera@cesnet.cz <aleskucera@cesnet.cz> | Fri Oct 27 13:26:51 2023 +0200 |
tree | b6461f273f67688ab91ca156253561eb146bef4a | |
parent | 141ecb5bab0f7d891e04d85de15d1cc301dfe207 [diff] [blame] |
Change the inputDatastorePath() to const Change-Id: Ia3892798846bf75972cf345bc8236a7cbd3749eb
diff --git a/src/proxy_datastore.hpp b/src/proxy_datastore.hpp index 20a877d..befde09 100644 --- a/src/proxy_datastore.hpp +++ b/src/proxy_datastore.hpp
@@ -35,7 +35,7 @@ [[nodiscard]] DatastoreAccess::Tree execute(); void cancel(); - std::optional<std::string> inputDatastorePath(); + std::optional<std::string> inputDatastorePath() const; [[nodiscard]] std::shared_ptr<Schema> schema() const;