summaryrefslogtreecommitdiff
path: root/src/gui/widgets/label.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/label.cpp')
-rw-r--r--src/gui/widgets/label.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/label.cpp b/src/gui/widgets/label.cpp
index e05a76c5d..c08e15409 100644
--- a/src/gui/widgets/label.cpp
+++ b/src/gui/widgets/label.cpp
@@ -266,7 +266,7 @@ void Label::setParent(Widget *widget)
Widget::setParent(widget);
}
-void Label::widgetHidden(const Event &event)
+void Label::widgetHidden(const Event &event A_UNUSED)
{
mTextChanged = true;
mTextChunk.deleteImage();