summaryrefslogtreecommitdiffstats
path: root/common/query.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-12-02 15:16:52 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-12-02 15:16:52 +0100
commit222cd83d659c3ff12380ecc5afd3cb29283e9ccd (patch)
tree7533c63c4d77c1124532c27eda2d692a9fcc6465 /common/query.h
parente88ffd5209d58118fcc947a060c35504316da855 (diff)
downloadsink-222cd83d659c3ff12380ecc5afd3cb29283e9ccd.tar.gz
sink-222cd83d659c3ff12380ecc5afd3cb29283e9ccd.zip
We need the default constructor.
Diffstat (limited to 'common/query.h')
-rw-r--r--common/query.h2
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 {
465public: 465public:
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 {