summaryrefslogtreecommitdiffstats
path: root/common/resultset.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-10-06 17:52:52 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-10-06 17:52:52 +0200
commit87695f52d5ac627cdd710f37c275fccdf920af0b (patch)
tree733a7e66fafd3a0ae747b050427f2d7762bde793 /common/resultset.cpp
parentf1e496f7c12ebc787ed47a4c048015f2098e65d9 (diff)
downloadsink-87695f52d5ac627cdd710f37c275fccdf920af0b.tar.gz
sink-87695f52d5ac627cdd710f37c275fccdf920af0b.zip
count as a first aggregation function
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}