diff options
Diffstat (limited to 'src/gui/shortcut/dropshortcut.h')
-rw-r--r-- | src/gui/shortcut/dropshortcut.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/shortcut/dropshortcut.h b/src/gui/shortcut/dropshortcut.h index b3993b96e..a6e87c05d 100644 --- a/src/gui/shortcut/dropshortcut.h +++ b/src/gui/shortcut/dropshortcut.h @@ -53,13 +53,13 @@ class DropShortcut final : public ShortcutBase /** * Drop all items in cicle. */ - void dropItems(const int cnt = 1); + void dropItems(const int cnt); private: /** * Drop item in cicle. */ - bool dropItem(const int cnt = 1); + bool dropItem(const int cnt); int mLastDropIndex; }; |