summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2016-04-30 01:16:00 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2016-04-30 01:16:00 +0100
commit028a398e614f03d95fafafc96d836425a8bcfb67 (patch)
tree7e909bcf0707146311caf35a9dbfe279720eff4f
parentImplement the v02 directory interface (diff)
downloadmythfs-028a398e614f03d95fafafc96d836425a8bcfb67.tar.bz2
mythfs-028a398e614f03d95fafafc96d836425a8bcfb67.tar.xz
mythfs-028a398e614f03d95fafafc96d836425a8bcfb67.zip
IceTray compat fixmythfs-0.2.2.2
-rw-r--r--mythfs/service/dbimpl.cpp2
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);
}
}