summaryrefslogtreecommitdiff
path: root/src/repoList.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-10-27 12:01:06 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2019-10-27 14:45:42 +0000
commit97b1aae251a48af7b85eafd76e5284458d42f181 (patch)
tree13e9b00b250f23d30621ce041f7a6955ea5f4dc7 /src/repoList.h
parentModernize build (diff)
downloadnetfs-gitfs-97b1aae251a48af7b85eafd76e5284458d42f181.tar.bz2
netfs-gitfs-97b1aae251a48af7b85eafd76e5284458d42f181.tar.xz
netfs-gitfs-97b1aae251a48af7b85eafd76e5284458d42f181.zip
Fixes for tidy
Diffstat (limited to 'src/repoList.h')
-rw-r--r--src/repoList.h2
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;