diff options
| author | Markus Engel <markus.engel@tum.de> | 2014-03-02 00:31:12 +0000 |
|---|---|---|
| committer | Markus Engel <markus.engel@tum.de> | 2014-03-02 00:31:12 +0000 |
| commit | 3aa344e9a40d97db7cd5a89671896bab70da33a4 (patch) | |
| tree | 1ea673a167ac9d121b64689c084383791bddf65a /src/shape-editor.h | |
| parent | Fix for crash when cycle-selecting. (diff) | |
| download | inkscape-3aa344e9a40d97db7cd5a89671896bab70da33a4.tar.gz inkscape-3aa344e9a40d97db7cd5a89671896bab70da33a4.zip | |
Added some consts. Turned functions to member functions.
(bzr r13089)
Diffstat (limited to 'src/shape-editor.h')
| -rw-r--r-- | src/shape-editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
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;} |
