summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-04-20 13:22:23 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-04-20 13:22:23 +0200
commit572fcf00068b56abeed1ff946c3b7fc09a3dced2 (patch)
tree21915fb154d337245f01c17bf36a84197d79e8f5
parent7eb39292de48dfb0973ae591744c5b81118b4999 (diff)
downloadsink-572fcf00068b56abeed1ff946c3b7fc09a3dced2.tar.gz
sink-572fcf00068b56abeed1ff946c3b7fc09a3dced2.zip
Cleanup
-rw-r--r--common/query.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/query.h b/common/query.h
index c33ba2c..f0c1e01 100644
--- a/common/query.h
+++ b/common/query.h
@@ -289,8 +289,7 @@ public:
289 template <typename T> 289 template <typename T>
290 void bloom() 290 void bloom()
291 { 291 {
292 auto bloom = QSharedPointer<Bloom>::create(T::name); 292 mFilterStages << QSharedPointer<Bloom>::create(T::name);
293 mFilterStages << bloom;
294 } 293 }
295 294
296private: 295private: