summaryrefslogtreecommitdiff
path: root/src/utils/xml/libxml.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/xml/libxml.cpp')
-rw-r--r--src/utils/xml/libxml.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/xml/libxml.cpp b/src/utils/xml/libxml.cpp
index ccb3aca39..f7319f7ee 100644
--- a/src/utils/xml/libxml.cpp
+++ b/src/utils/xml/libxml.cpp
@@ -98,9 +98,9 @@ namespace XML
valid = true;
if (useResman == UseVirtFs_true)
{
- data = VirtFs::loadFile(
+ data = const_cast<char*>(VirtFs::loadFile(
filename.c_str(),
- size);
+ size));
}
else
{