From 88c6a0aa757df0ec38bc67f2cf314f8be3efd0ce Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 30 Apr 2014 19:52:16 +0300 Subject: Fix code style in gui. --- src/gui/theme.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/theme.cpp') diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp index 1b1955647..ea902e2b5 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -1235,8 +1235,8 @@ ImageSet *Theme::getImageSetFromThemeXml(const std::string &name, xmlNodeGetContent(infoNode))) #define readFloatValue(name) \ - info->name = atof(reinterpret_cast(\ - xmlNodeGetContent(infoNode))) + info->name = static_cast(atof(reinterpret_cast(\ + xmlNodeGetContent(infoNode)))) ThemeInfo *Theme::loadInfo(const std::string &themeName) { -- cgit v1.2.3-60-g2f50