summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/common/tree_reader_utils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/execution_api/common/tree_reader_utils.hpp')
-rw-r--r--src/buildtool/execution_api/common/tree_reader_utils.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/execution_api/common/tree_reader_utils.hpp b/src/buildtool/execution_api/common/tree_reader_utils.hpp
index ed151899..ab0aab5d 100644
--- a/src/buildtool/execution_api/common/tree_reader_utils.hpp
+++ b/src/buildtool/execution_api/common/tree_reader_utils.hpp
@@ -27,7 +27,7 @@
class TreeReaderUtils final {
public:
using InfoStoreFunc = std::function<bool(std::filesystem::path const&,
- Artifact::ObjectInfo const&)>;
+ Artifact::ObjectInfo&&)>;
/// \brief Read object infos from directory.
/// \returns true on success.