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/charset.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/charset.cpp')
| -rw-r--r-- | src/charset.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/charset.cpp b/src/charset.cpp index 092676b2..f68c7c4f 100644 --- a/src/charset.cpp +++ b/src/charset.cpp @@ -109,9 +109,9 @@ void charset::convert(const string& in, string& out, const charset& source, cons } -const charset charset::getLocaleCharset() +const charset charset::getLocalCharset() { - return (platform::getHandler()->getLocaleCharset()); + return (platform::getHandler()->getLocalCharset()); } |
