summaryrefslogtreecommitdiffstats
path: root/common/resultset.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/resultset.cpp')
-rw-r--r--common/resultset.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/resultset.cpp b/common/resultset.cpp
index c3ed5f6..13b5f16 100644
--- a/common/resultset.cpp
+++ b/common/resultset.cpp
@@ -79,7 +79,7 @@ bool ResultSet::next()
79 return true; 79 return true;
80 } 80 }
81 } else { 81 } else {
82 next([](const QByteArray &, const Sink::EntityBuffer &, Sink::Operation) { return false; }); 82 next([](const Result &) { return false; });
83 } 83 }
84 return false; 84 return false;
85} 85}