diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2019-02-01 19:59:05 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2019-02-01 19:59:05 +0000 |
| commit | db053372c3b10afd89e780ab08a63493ccc3d1a7 (patch) | |
| tree | 97d7ad322270c4167de38b7194021d45405fa8d5 /src/knotholder.h | |
| parent | ComboToolItem: Temporary workaround to display pixbuf by default (diff) | |
| download | inkscape-db053372c3b10afd89e780ab08a63493ccc3d1a7.tar.gz inkscape-db053372c3b10afd89e780ab08a63493ccc3d1a7.zip | |
clang-tidy recent changes
Diffstat (limited to 'src/knotholder.h')
| -rw-r--r-- | src/knotholder.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/knotholder.h b/src/knotholder.h index 5e02c7fc1..659de5b62 100644 --- a/src/knotholder.h +++ b/src/knotholder.h @@ -50,6 +50,8 @@ public: KnotHolder(SPDesktop *desktop, SPItem *item, SPKnotHolderReleasedFunc relhandler); virtual ~KnotHolder(); + KnotHolder() = delete; // declared but not defined + void update_knots(); void unselect_knots(); void knot_mousedown_handler(SPKnot *knot, unsigned int state); @@ -89,9 +91,6 @@ protected: bool dragging; Geom::Affine _edit_transform; - -private: - KnotHolder() = delete; // declared but not defined }; /** |
