From 9065e16b0bdbe5cb2eb8b4e5e5cfc60267a79a33 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 1 Jun 2015 01:11:53 +0300 Subject: Fix compilation without C++11 flag. --- src/gui/theme.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/theme.h b/src/gui/theme.h index 2b6e45812..2332db1da 100644 --- a/src/gui/theme.h +++ b/src/gui/theme.h @@ -142,7 +142,7 @@ class Theme final : public Palette, logger->log("incorrect color request type: %d from %u", static_cast(type), static_cast(mColors.size())); - type = ThemeColorIdT::BROWSERBOX; + type = ThemeColorId::BROWSERBOX; } Color* col = &mColors[static_cast(type)].color; col->a = alpha; -- cgit v1.2.3-60-g2f50