aboutsummaryrefslogtreecommitdiffstats
path: root/src/charset.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/charset.cpp')
-rw-r--r--src/charset.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charset.cpp b/src/charset.cpp
index f8c8c50e..ac144b0f 100644
--- a/src/charset.cpp
+++ b/src/charset.cpp
@@ -270,7 +270,7 @@ charset& charset::operator=(const string& name)
const bool charset::operator==(const charset& value) const
{
- return (stringUtils::isStringEqualNoCase(m_name, value.m_name));
+ return (utility::stringUtils::isStringEqualNoCase(m_name, value.m_name));
}