summaryrefslogtreecommitdiff
path: root/src/gui/widgets/widget2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/widget2.h')
-rw-r--r--src/gui/widgets/widget2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/widget2.h b/src/gui/widgets/widget2.h
index 2d73418ba..7890fd648 100644
--- a/src/gui/widgets/widget2.h
+++ b/src/gui/widgets/widget2.h
@@ -45,7 +45,7 @@ class Widget2
{
if (!theme)
return Palette::BLACK;
- const int colorId = theme->getIdByChar(c, valid);;
+ const int colorId = theme->getIdByChar(c, valid);
if (valid)
return theme->getColor(mPaletteOffset + colorId, 255);
else