From 8f5a61cae2d5d5d20cd1fb677845df3f772cc6d0 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Sun, 23 May 2010 16:14:41 +0000 Subject: [PATCH] FileSystemFactory is now a ref. --- examples/example3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 fs = vmime::platform::getHandler()->getFileSystemFactory(); vmime::ref imageFile =