diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-20 11:31:07 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-20 11:31:07 +0100 |
commit | bc06643cd0c16140f6013be35b64732c1676e794 (patch) | |
tree | 89193c8f8b4dcbb027397b48bc19474d521562e6 /common/query.h | |
parent | d89c27c9a1cc4d2c4ea806d71653e32c2891077b (diff) | |
download | sink-bc06643cd0c16140f6013be35b64732c1676e794.tar.gz sink-bc06643cd0c16140f6013be35b64732c1676e794.zip |
Cleanup
Diffstat (limited to 'common/query.h')
-rw-r--r-- | common/query.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/query.h b/common/query.h index 29cff78..60c5630 100644 --- a/common/query.h +++ b/common/query.h | |||
@@ -115,7 +115,9 @@ public: | |||
115 | } | 115 | } |
116 | requestedProperties += rhs.requestedProperties; | 116 | requestedProperties += rhs.requestedProperties; |
117 | parentProperty = rhs.parentProperty; | 117 | parentProperty = rhs.parentProperty; |
118 | sortProperty = rhs.sortProperty; | ||
118 | liveQuery = rhs.liveQuery; | 119 | liveQuery = rhs.liveQuery; |
120 | limit = rhs.limit; | ||
119 | return *this; | 121 | return *this; |
120 | } | 122 | } |
121 | 123 | ||