diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-11-23 22:39:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-11-24 15:05:41 +0300 |
commit | e8fc638b750514ec264598df79a409da97493816 (patch) | |
tree | f6530b6f1f1b56ab8a8131a472748db5d640fac3 /src/dropshortcut.h | |
parent | d553924a7f8c911d944207f7431b7e0ebd2b0fe8 (diff) | |
download | plus-e8fc638b750514ec264598df79a409da97493816.tar.gz plus-e8fc638b750514ec264598df79a409da97493816.tar.bz2 plus-e8fc638b750514ec264598df79a409da97493816.tar.xz plus-e8fc638b750514ec264598df79a409da97493816.zip |
Fix code style.
Diffstat (limited to 'src/dropshortcut.h')
-rw-r--r-- | src/dropshortcut.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dropshortcut.h b/src/dropshortcut.h index 3026ee9f5..c6bd982f0 100644 --- a/src/dropshortcut.h +++ b/src/dropshortcut.h @@ -146,7 +146,7 @@ class DropShortcut final */ void dropItems(const int cnt = 1); - void clear(bool isSave = true); + void clear(const bool isSave = true); private: |