aboutsummaryrefslogtreecommitdiffstats
path: root/examples/example6.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example6.cpp')
-rw-r--r--examples/example6.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/example6.cpp b/examples/example6.cpp
index 78fe0f3d..465cf854 100644
--- a/examples/example6.cpp
+++ b/examples/example6.cpp
@@ -20,7 +20,7 @@
#include <iostream>
#include "../src/vmime"
-#include "common.inc"
+#include "../src/platforms/posix/handler.hpp"
//
@@ -70,7 +70,7 @@ void printStructure(const vmime::messaging::structure& s, int level = 0)
int main()
{
// VMime initialization
- vmime::platformDependant::setHandler <my_handler>();
+ vmime::platformDependant::setHandler<vmime::platforms::posix::posixHandler>();
//
// Test the new enumeration system for encoders