summaryrefslogtreecommitdiff
path: root/libtemplate/globals.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtemplate/globals.c')
-rw-r--r--libtemplate/globals.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtemplate/globals.c b/libtemplate/globals.c
index 1896e7c..4faa710 100644
--- a/libtemplate/globals.c
+++ b/libtemplate/globals.c
@@ -11,7 +11,7 @@ cGlobals::cGlobals(void) {
}
bool cGlobals::ReadFromXML(void) {
- std::string xmlFile = "globals.xml";
+ string xmlFile = "globals.xml";
cXmlParser parser;
if (!parser.ReadGlobals(this, xmlFile))
return false;