diff options
Diffstat (limited to 'netfs/fuse/fuseConfigImpl.cpp')
-rw-r--r-- | netfs/fuse/fuseConfigImpl.cpp | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/netfs/fuse/fuseConfigImpl.cpp b/netfs/fuse/fuseConfigImpl.cpp index 9dca813..351a794 100644 --- a/netfs/fuse/fuseConfigImpl.cpp +++ b/netfs/fuse/fuseConfigImpl.cpp @@ -3,8 +3,10 @@ AdHocFormatter(ResourceNotFoundMsg, "No such resource: %?"); -void -NetFS::Client::ResourceNotFound::ice_print(std::ostream & stream) const -{ - ResourceNotFoundMsg::write(stream, resourceName); +namespace NetFS { + void + Client::ResourceNotFound::ice_print(std::ostream & stream) const + { + ResourceNotFoundMsg::write(stream, resourceName); + } } |