From f5e3f241af190e487c0499dae0efc12e9ae2d202 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 1 Sep 2017 21:24:59 +0300 Subject: Fix code style. --- src/utils/xml/libxml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/xml') diff --git a/src/utils/xml/libxml.cpp b/src/utils/xml/libxml.cpp index 251f994d5..46c3fbb76 100644 --- a/src/utils/xml/libxml.cpp +++ b/src/utils/xml/libxml.cpp @@ -214,7 +214,7 @@ namespace XML xmlChar *const prop = XmlGetProp(node, name); if (prop != nullptr) { - ret = atof(reinterpret_cast(prop)); + ret = static_cast(atof(reinterpret_cast(prop))); xmlFree(prop); } -- cgit v1.2.3-60-g2f50