diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-06-08 17:54:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-06-08 23:41:37 +0300 |
commit | 763e91044a4e9c8905ee082457cb42da36a38cc0 (patch) | |
tree | a73f68e02e083fc9b236ea7a18ef406dd5ea0a46 /src/gui/theme.cpp | |
parent | dd3b6609584e59e8c3b67624c9800c5d0e2a2208 (diff) | |
download | plus-763e91044a4e9c8905ee082457cb42da36a38cc0.tar.gz plus-763e91044a4e9c8905ee082457cb42da36a38cc0.tar.bz2 plus-763e91044a4e9c8905ee082457cb42da36a38cc0.tar.xz plus-763e91044a4e9c8905ee082457cb42da36a38cc0.zip |
Add missing function parameters.
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r-- | src/gui/theme.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp index 6d16dfd4e..b36791b13 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -289,7 +289,7 @@ void Theme::updateAlpha() } } -void Theme::optionChanged(const std::string &) +void Theme::optionChanged(const std::string &name A_UNUSED) { updateAlpha(); } |