diff options
author | Vincent Richard <[email protected]> | 2013-02-25 12:10:15 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2013-02-25 12:10:15 +0000 |
commit | 49f9628c0a6e86ee530a0da53605afac8c770c7e (patch) | |
tree | 15d36d336811039292c068c6e7cd938436b5a47d /src/platforms/windows/windowsHandler.cpp | |
parent | Defaults to local charset when assigning word from raw string. (diff) | |
download | vmime-49f9628c0a6e86ee530a0da53605afac8c770c7e.tar.gz vmime-49f9628c0a6e86ee530a0da53605afac8c770c7e.zip |
Fixed typo in function name.
Diffstat (limited to '')
-rw-r--r-- | src/platforms/windows/windowsHandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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]; |