summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/xml.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utils/xml.cpp b/src/utils/xml.cpp
index f7350ce92..0da516cbf 100644
--- a/src/utils/xml.cpp
+++ b/src/utils/xml.cpp
@@ -122,7 +122,8 @@ namespace XML
return ret;
}
- int getIntProperty(XmlNodePtr node, const char* name, int def, int min, int max)
+ int getIntProperty(XmlNodePtr node, const char* name, int def,
+ int min, int max)
{
int &ret = def;