diff options
Diffstat (limited to 'src/repoList.h')
-rw-r--r-- | src/repoList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/repoList.h b/src/repoList.h index 6929e5b..0c2ed4b 100644 --- a/src/repoList.h +++ b/src/repoList.h @@ -7,7 +7,7 @@ namespace GitFS { class RepoList : public NetFS::Service { public: - RepoList(const Ice::PropertiesPtr &); + RepoList(Ice::PropertiesPtr &&); NetFS::VolumePrxPtr connect(const ::std::string volume, const ::std::string auth, const ::Ice::Current& current) override; |