summaryrefslogtreecommitdiff
path: root/src/dir.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dir.h')
-rw-r--r--src/dir.h2
1 files changed, 1 insertions, 1 deletions
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;