From 028a398e614f03d95fafafc96d836425a8bcfb67 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 30 Apr 2016 01:16:00 +0100 Subject: IceTray compat fix --- mythfs/service/dbimpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(10); + return fetchCache(sql::getRecorded, 10); } } -- cgit v1.2.3