From 97b1aae251a48af7b85eafd76e5284458d42f181 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 27 Oct 2019 12:01:06 +0000 Subject: Fixes for tidy --- src/dir.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dir.h') diff --git a/src/dir.h b/src/dir.h index 365adcc..51b4bc7 100644 --- a/src/dir.h +++ b/src/dir.h @@ -9,7 +9,7 @@ namespace GitFS { class Repo; class Directory : public DirectoryV2 { public: - Directory(Repo * const r, const std::string &); + Directory(Repo * const r, std::string &&); void close(const ::Ice::Current& current) override; NameList readdir(const ::Ice::Current& current) override; -- cgit v1.2.3