diff options
Diffstat (limited to 'mythfs/service/service.h')
-rw-r--r-- | mythfs/service/service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mythfs/service/service.h b/mythfs/service/service.h index d021f2b..758cc9b 100644 --- a/mythfs/service/service.h +++ b/mythfs/service/service.h @@ -7,7 +7,7 @@ namespace MythFS { class Service : public ::NetFS::Service { public: - ::NetFS::VolumePrx connect(const std::string &, const ::std::string &, const Ice::Current &) override; + ::NetFS::VolumePrxPtr connect(const std::string, const ::std::string, const Ice::Current &) override; }; } |