From af06b4a56d6505a196e07a72aaa6b4b700ad5aa1 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Sun, 2 Jan 2005 17:17:12 +0000 Subject: Added 'utility::datetimeUtils' + fixed 'stringUtils' not in namespace 'utility'. --- src/propertySet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/propertySet.cpp') 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 { -- cgit v1.2.3