summaryrefslogtreecommitdiffstats
path: root/common/query.h
diff options
context:
space:
mode:
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 {