From 3aa344e9a40d97db7cd5a89671896bab70da33a4 Mon Sep 17 00:00:00 2001 From: Markus Engel Date: Sun, 2 Mar 2014 01:31:12 +0100 Subject: Added some consts. Turned functions to member functions. (bzr r13089) --- src/shape-editor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shape-editor.h') diff --git a/src/shape-editor.h b/src/shape-editor.h index 9b3771fee..ec4b50fa3 100644 --- a/src/shape-editor.h +++ b/src/shape-editor.h @@ -64,7 +64,7 @@ public: // this one is only public because it's called from non-C++ repr changed callback void shapeeditor_event_attr_changed(gchar const *name); - bool knot_mouseover(); + bool knot_mouseover() const; static void blockSetItem(bool b) {_blockSetItem = b;} -- cgit v1.2.3