diff options
author | Vincent Richard <[email protected]> | 2010-05-23 16:14:41 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2010-05-23 16:14:41 +0000 |
commit | 8f5a61cae2d5d5d20cd1fb677845df3f772cc6d0 (patch) | |
tree | 27015b93f2a9ce10ed15c2a68b61334e02217109 /examples | |
parent | Rewritten doc. (diff) | |
download | vmime-8f5a61cae2d5d5d20cd1fb677845df3f772cc6d0.tar.gz vmime-8f5a61cae2d5d5d20cd1fb677845df3f772cc6d0.zip |
FileSystemFactory is now a ref.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/example3.cpp | 2 |
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 = |