summaryrefslogtreecommitdiff
path: root/netfs/fuse/fuseApp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'netfs/fuse/fuseApp.cpp')
-rw-r--r--netfs/fuse/fuseApp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/netfs/fuse/fuseApp.cpp b/netfs/fuse/fuseApp.cpp
index cd55574..a7d84b5 100644
--- a/netfs/fuse/fuseApp.cpp
+++ b/netfs/fuse/fuseApp.cpp
@@ -61,7 +61,7 @@ NetFS::FuseApp::~FuseApp()
}
NetFS::Client::ConfigurationPtr
-NetFS::FuseApp::ReadConfiguration(const std::string & path) const
+NetFS::FuseApp::ReadConfiguration(const boost::filesystem::path & path) const
{
return Slicer::DeserializeAny<Slicer::XmlFileDeserializer, NetFS::Client::ConfigurationPtr>(path);
}