diff options
author | Vincent Richard <[email protected]> | 2006-10-11 14:52:41 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2006-10-11 14:52:41 +0000 |
commit | 0894c989596feb8d97d582e87cca021339cc26cd (patch) | |
tree | 75ac912b7b2355102a2c729e424aa504183fd66d /tests/testRunner.cpp | |
parent | Reissue EHLO after successful STARTTLS. (diff) | |
download | vmime-0894c989596feb8d97d582e87cca021339cc26cd.tar.gz vmime-0894c989596feb8d97d582e87cca021339cc26cd.zip |
Renamed 'vmime::platformDependant' to 'vmime::platform'.
Diffstat (limited to 'tests/testRunner.cpp')
-rw-r--r-- | tests/testRunner.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testRunner.cpp b/tests/testRunner.cpp index 8700ea16..155b00ee 100644 --- a/tests/testRunner.cpp +++ b/tests/testRunner.cpp @@ -193,8 +193,8 @@ void registerTestModule(const char* name_) int main(int argc, char* argv[]) { - // VMime initialization - vmime::platformDependant::setHandler<vmime::platforms::posix::posixHandler>(); + // VMime initialization + vmime::platform::setHandler<vmime::platforms::posix::posixHandler>(); // Parse arguments bool xmlOutput = false; |