aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/example3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example3.cpp b/examples/example3.cpp
index cb3e6ae8..4fa482dd 100644
--- a/examples/example3.cpp
+++ b/examples/example3.cpp
@@ -73,7 +73,7 @@ int main()
// -- embed an image (the returned "CID" (content identifier) is used to reference
// -- the image into HTML content).
- vmime::utility::fileSystemFactory* fs =
+ vmime::ref <vmime::utility::fileSystemFactory> fs =
vmime::platform::getHandler()->getFileSystemFactory();
vmime::ref <vmime::utility::file> imageFile =