aboutsummaryrefslogtreecommitdiffstats
path: root/src/propertySet.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/propertySet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/propertySet.cpp b/src/propertySet.cpp
index 151c3e12..c22e79a6 100644
--- a/src/propertySet.cpp
+++ b/src/propertySet.cpp
@@ -131,7 +131,7 @@ void propertySet::parse(const string& props)
{
value.reserve(50);
- const string::value_type quoteChar = *pos;
+ const char quoteChar = *pos;
bool theEnd = false;
bool escape = false;