summaryrefslogtreecommitdiffstats
path: root/src/object/sp-item.cpp
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2018-12-03 19:56:21 +0000
committerTavmjong Bah <tavmjong@free.fr>2018-12-03 19:56:21 +0000
commit057ce311f2142012e0d2dece0367edf78af2e2b5 (patch)
tree788b173f38f2c026f9857f147713a6c6d4cd1267 /src/object/sp-item.cpp
parentUpdate View README. (diff)
downloadinkscape-057ce311f2142012e0d2dece0367edf78af2e2b5.tar.gz
inkscape-057ce311f2142012e0d2dece0367edf78af2e2b5.zip
Minor comment/alignment changes.
Diffstat (limited to 'src/object/sp-item.cpp')
-rw-r--r--src/object/sp-item.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-item.cpp b/src/object/sp-item.cpp
index 6a9bd9615..d6d1bdf56 100644
--- a/src/object/sp-item.cpp
+++ b/src/object/sp-item.cpp
@@ -1193,7 +1193,7 @@ void SPItem::hide(unsigned int /*key*/) {
void SPItem::invoke_hide(unsigned key)
{
- this->hide(key);
+ this->hide(key);
SPItemView *ref = nullptr;
SPItemView *v = display;