summaryrefslogtreecommitdiffstats
path: root/common/query.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-06-15 07:01:14 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-06-15 07:12:13 +0200
commit80d8ad9f3b10bb8ad3123d1b18f2cd2cd816d452 (patch)
tree959f3f50cafad1299dbe410f4837267dfb89cac9 /common/query.h
parente5d17519eb25fe7c0428e939e296f967060ff17f (diff)
downloadsink-80d8ad9f3b10bb8ad3123d1b18f2cd2cd816d452.tar.gz
sink-80d8ad9f3b10bb8ad3123d1b18f2cd2cd816d452.zip
Avoid clearing the liveQuery flag.
Diffstat (limited to 'common/query.h')
-rw-r--r--common/query.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/query.h b/common/query.h
index d2c0e2e..68463cd 100644
--- a/common/query.h
+++ b/common/query.h
@@ -216,7 +216,6 @@ public:
216 requestedProperties += rhs.requestedProperties; 216 requestedProperties += rhs.requestedProperties;
217 parentProperty = rhs.parentProperty; 217 parentProperty = rhs.parentProperty;
218 sortProperty = rhs.sortProperty; 218 sortProperty = rhs.sortProperty;
219 liveQuery = rhs.liveQuery;
220 limit = rhs.limit; 219 limit = rhs.limit;
221 return *this; 220 return *this;
222 } 221 }