FileSystemFactory is now a ref.
This commit is contained in:
parent
e9feb33f44
commit
8f5a61cae2
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user