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/posix/posixHandler.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 'src/platforms/posix/posixHandler.cpp')
| -rw-r--r-- | src/platforms/posix/posixHandler.cpp | 2 |
1 files changed, 1 insertions, 1 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; |
