summaryrefslogtreecommitdiffstats
path: root/src/knotholder.h
diff options
context:
space:
mode:
authorAlexander Valavanis <valavanisalex@gmail.com>2019-02-01 19:59:05 +0000
committerAlexander Valavanis <valavanisalex@gmail.com>2019-02-01 19:59:05 +0000
commitdb053372c3b10afd89e780ab08a63493ccc3d1a7 (patch)
tree97d7ad322270c4167de38b7194021d45405fa8d5 /src/knotholder.h
parentComboToolItem: Temporary workaround to display pixbuf by default (diff)
downloadinkscape-db053372c3b10afd89e780ab08a63493ccc3d1a7.tar.gz
inkscape-db053372c3b10afd89e780ab08a63493ccc3d1a7.zip
clang-tidy recent changes
Diffstat (limited to 'src/knotholder.h')
-rw-r--r--src/knotholder.h5
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
};
/**