aboutsummaryrefslogtreecommitdiffstats
path: root/src/platforms
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2013-02-25 13:10:15 +0100
committerVincent Richard <[email protected]>2013-02-25 13:10:15 +0100
commit49f9628c0a6e86ee530a0da53605afac8c770c7e (patch)
tree15d36d336811039292c068c6e7cd938436b5a47d /src/platforms
parentDefaults to local charset when assigning word from raw string. (diff)
downloadvmime-49f9628c0a6e86ee530a0da53605afac8c770c7e.tar.gz
vmime-49f9628c0a6e86ee530a0da53605afac8c770c7e.zip
Fixed typo in function name.
Diffstat (limited to 'src/platforms')
-rw-r--r--src/platforms/posix/posixHandler.cpp2
-rw-r--r--src/platforms/windows/windowsHandler.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/platforms/posix/posixHandler.cpp b/src/platforms/posix/posixHandler.cpp
index 371da4d6..f06c865f 100644
--- a/src/platforms/posix/posixHandler.cpp
+++ b/src/platforms/posix/posixHandler.cpp
@@ -164,7 +164,7 @@ const vmime::datetime posixHandler::getCurrentLocalTime() const
}
-const vmime::charset posixHandler::getLocaleCharset() const
+const vmime::charset posixHandler::getLocalCharset() const
{
const PLockHelper lock;
diff --git a/src/platforms/windows/windowsHandler.cpp b/src/platforms/windows/windowsHandler.cpp
index 8bbfe37b..b4f605ec 100644
--- a/src/platforms/windows/windowsHandler.cpp
+++ b/src/platforms/windows/windowsHandler.cpp
@@ -118,7 +118,7 @@ const vmime::datetime windowsHandler::getCurrentLocalTime() const
}
-const vmime::charset windowsHandler::getLocaleCharset() const
+const vmime::charset windowsHandler::getLocalCharset() const
{
#if VMIME_HAVE_MLANG
char szCharset[256];