diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-10-06 17:52:52 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-10-06 17:52:52 +0200 |
commit | 87695f52d5ac627cdd710f37c275fccdf920af0b (patch) | |
tree | 733a7e66fafd3a0ae747b050427f2d7762bde793 /common/resultset.cpp | |
parent | f1e496f7c12ebc787ed47a4c048015f2098e65d9 (diff) | |
download | sink-87695f52d5ac627cdd710f37c275fccdf920af0b.tar.gz sink-87695f52d5ac627cdd710f37c275fccdf920af0b.zip |
count as a first aggregation function
Diffstat (limited to 'common/resultset.cpp')
-rw-r--r-- | common/resultset.cpp | 2 |
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 | } |