summaryrefslogtreecommitdiff
path: root/include/m_database.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/m_database.h')
-rw-r--r--include/m_database.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_database.h b/include/m_database.h
index 1e3dd69a85..3bec61cb65 100644
--- a/include/m_database.h
+++ b/include/m_database.h
@@ -188,7 +188,7 @@ typedef struct
wchar_t* getString(const char *str) const
{
- return (flags & DBEF_UTF) ? Utf8DecodeW(str) : mir_a2u(str);
+ return (flags & DBEF_UTF) ? mir_utf8decodeW(str) : mir_a2u(str);
}
#endif