diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-12-02 15:16:52 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-12-02 15:16:52 +0100 |
commit | 222cd83d659c3ff12380ecc5afd3cb29283e9ccd (patch) | |
tree | 7533c63c4d77c1124532c27eda2d692a9fcc6465 /common/query.h | |
parent | e88ffd5209d58118fcc947a060c35504316da855 (diff) | |
download | sink-222cd83d659c3ff12380ecc5afd3cb29283e9ccd.tar.gz sink-222cd83d659c3ff12380ecc5afd3cb29283e9ccd.zip |
We need the default constructor.
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 2adb7e9..8f69cb7 100644 --- a/common/query.h +++ b/common/query.h | |||
@@ -465,6 +465,8 @@ class SyncScope : public QueryBase { | |||
465 | public: | 465 | public: |
466 | using QueryBase::QueryBase; | 466 | using QueryBase::QueryBase; |
467 | 467 | ||
468 | SyncScope() = default; | ||
469 | |||
468 | SyncScope(const QueryBase &other) | 470 | SyncScope(const QueryBase &other) |
469 | : QueryBase(other) | 471 | : QueryBase(other) |
470 | { | 472 | { |