aboutsummaryrefslogtreecommitdiffstats
path: root/tests/charset/main.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2006-10-11 14:52:41 +0000
committerVincent Richard <[email protected]>2006-10-11 14:52:41 +0000
commit0894c989596feb8d97d582e87cca021339cc26cd (patch)
tree75ac912b7b2355102a2c729e424aa504183fd66d /tests/charset/main.cpp
parentReissue EHLO after successful STARTTLS. (diff)
downloadvmime-0894c989596feb8d97d582e87cca021339cc26cd.tar.gz
vmime-0894c989596feb8d97d582e87cca021339cc26cd.zip
Renamed 'vmime::platformDependant' to 'vmime::platform'.
Diffstat (limited to 'tests/charset/main.cpp')
-rw-r--r--tests/charset/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/charset/main.cpp b/tests/charset/main.cpp
index 6e8d3815..9d08e85d 100644
--- a/tests/charset/main.cpp
+++ b/tests/charset/main.cpp
@@ -31,7 +31,7 @@
int main(int argc, char* argv[])
{
// VMime initialization
- vmime::platformDependant::setHandler<vmime::platforms::posix::posixHandler>();
+ vmime::platform::setHandler<vmime::platforms::posix::posixHandler>();
const vmime::string from(argv[1]);