diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2014-03-02 01:09:08 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2014-03-02 01:09:08 +0000 |
| commit | dc53920a347f1ac1157d863f91a18f206d134fd5 (patch) | |
| tree | ff9765299345e61fc42590dc3f17c042895b438f /src/shape-editor.cpp | |
| parent | update to trunk (diff) | |
| parent | Added some consts. Turned functions to member functions. (diff) | |
| download | inkscape-dc53920a347f1ac1157d863f91a18f206d134fd5.tar.gz inkscape-dc53920a347f1ac1157d863f91a18f206d134fd5.zip | |
Resolving conflicts, maybe broken
(bzr r11950.1.264)
Diffstat (limited to 'src/shape-editor.cpp')
| -rw-r--r-- | src/shape-editor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shape-editor.cpp b/src/shape-editor.cpp index 59d43f24c..bf53e8bc3 100644 --- a/src/shape-editor.cpp +++ b/src/shape-editor.cpp @@ -235,11 +235,11 @@ bool ShapeEditor::has_selection() { /** * Returns true if this ShapeEditor has a knot above which the mouse currently hovers. */ -bool ShapeEditor::knot_mouseover() -{ +bool ShapeEditor::knot_mouseover() const { if (this->knotholder) { return knotholder->knot_mouseover(); } + return false; } |
