diff options
-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); } } |