aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2010-05-23 16:14:41 +0000
committerVincent Richard <[email protected]>2010-05-23 16:14:41 +0000
commit8f5a61cae2d5d5d20cd1fb677845df3f772cc6d0 (patch)
tree27015b93f2a9ce10ed15c2a68b61334e02217109
parentRewritten doc. (diff)
downloadvmime-8f5a61cae2d5d5d20cd1fb677845df3f772cc6d0.tar.gz
vmime-8f5a61cae2d5d5d20cd1fb677845df3f772cc6d0.zip
FileSystemFactory is now a ref.
-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 =