aboutsummaryrefslogtreecommitdiffstats
path: root/examples/example7.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example7.cpp')
-rw-r--r--examples/example7.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example7.cpp b/examples/example7.cpp
index b277401f..738e4d6a 100644
--- a/examples/example7.cpp
+++ b/examples/example7.cpp
@@ -40,7 +40,7 @@
int main()
{
// VMime initialization
- vmime::platformDependant::setHandler<vmime::platforms::posix::posixHandler>();
+ vmime::platform::setHandler<vmime::platforms::posix::posixHandler>();
// Enumerate encoders
vmime::encoderFactory* ef = vmime::encoderFactory::getInstance();