diff options
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(); } |