aboutsummaryrefslogtreecommitdiffstats
path: root/src/propertySet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/propertySet.cpp')
-rw-r--r--src/propertySet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/propertySet.cpp b/src/propertySet.cpp
index 317a5add..edfaf8ff 100644
--- a/src/propertySet.cpp
+++ b/src/propertySet.cpp
@@ -308,7 +308,7 @@ const string propertySet::property::getValue() const
template <>
const bool propertySet::property::getValue() const
{
- if (stringUtils::toLower(m_value) == "true")
+ if (utility::stringUtils::toLower(m_value) == "true")
return true;
else
{