diff options
-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 | { |