diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2016-04-30 01:16:00 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2016-04-30 01:16:00 +0100 |
commit | 028a398e614f03d95fafafc96d836425a8bcfb67 (patch) | |
tree | 7e909bcf0707146311caf35a9dbfe279720eff4f | |
parent | Implement the v02 directory interface (diff) | |
download | mythfs-028a398e614f03d95fafafc96d836425a8bcfb67.tar.bz2 mythfs-028a398e614f03d95fafafc96d836425a8bcfb67.tar.xz mythfs-028a398e614f03d95fafafc96d836425a8bcfb67.zip |
IceTray compat fixmythfs-0.2.2.2
-rw-r--r-- | mythfs/service/dbimpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mythfs/service/dbimpl.cpp b/mythfs/service/dbimpl.cpp index 742c3e8..3891722 100644 --- a/mythfs/service/dbimpl.cpp +++ b/mythfs/service/dbimpl.cpp @@ -10,7 +10,7 @@ namespace MythFS { Recordeds DBImpl::getRecorded(const Ice::Current &) { - return fetchCache<Recordeds, sql::getRecorded>(10); + return fetchCache<Recordeds>(sql::getRecorded, 10); } } |