aboutsummaryrefslogtreecommitdiffstats
path: root/examples/example3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example3.cpp')
-rw-r--r--examples/example3.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/example3.cpp b/examples/example3.cpp
index d2b41754..839c1ad7 100644
--- a/examples/example3.cpp
+++ b/examples/example3.cpp
@@ -30,7 +30,7 @@
#include <iostream>
#include "../src/vmime"
-#include "common.inc"
+#include "../src/platforms/posix/handler.hpp"
int main()
@@ -38,7 +38,7 @@ int main()
std::cout << std::endl;
// VMime initialization
- vmime::platformDependant::setHandler<my_handler>();
+ vmime::platformDependant::setHandler<vmime::platforms::posix::posixHandler>();
try
{