diff options
Diffstat (limited to 'src/object/sp-item.cpp')
| -rw-r--r-- | src/object/sp-item.cpp | 2 |
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; |
