summaryrefslogtreecommitdiff
path: root/mythfs/service/inodes/allDirectory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mythfs/service/inodes/allDirectory.cpp')
-rw-r--r--mythfs/service/inodes/allDirectory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mythfs/service/inodes/allDirectory.cpp b/mythfs/service/inodes/allDirectory.cpp
index d7745f6..d7278a3 100644
--- a/mythfs/service/inodes/allDirectory.cpp
+++ b/mythfs/service/inodes/allDirectory.cpp
@@ -4,7 +4,7 @@
#include <exceptions.h>
namespace MythFS {
- AllDirectory::AllDirectory(const DBPrx & d) : db(d) { }
+ AllDirectory::AllDirectory(const DBPtr & d) : db(d) { }
NetFS::NameList
AllDirectory::getContents() const