diff options
Diffstat (limited to 'src/dir.h')
-rw-r--r-- | src/dir.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |