From db053372c3b10afd89e780ab08a63493ccc3d1a7 Mon Sep 17 00:00:00 2001 From: Alexander Valavanis Date: Fri, 1 Feb 2019 19:59:05 +0000 Subject: clang-tidy recent changes --- src/document.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/document.h') diff --git a/src/document.h b/src/document.h index e22542f80..e24d2ae12 100644 --- a/src/document.h +++ b/src/document.h @@ -230,9 +230,6 @@ public: void setModifiedSinceSave(bool const modified = true); private: - SPDocument(SPDocument const &) = delete; // no copy - void operator=(SPDocument const &) = delete; // no assign - Persp3D *current_persp3d; /**< Currently 'active' perspective (to which, e.g., newly created boxes are attached) */ Persp3DImpl *current_persp3d_impl; @@ -242,6 +239,9 @@ private: SPDocument *_parent_document; public: + SPDocument(SPDocument const &) = delete; // no copy + void operator=(SPDocument const &) = delete; // no assign + sigc::connection connectReconstructionStart(ReconstructionStart::slot_type slot); sigc::connection connectReconstructionFinish(ReconstructionFinish::slot_type slot); void emitReconstructionStart(); -- cgit v1.2.3