aboutsummaryrefslogtreecommitdiffstats
path: root/README.refcounting
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2012-11-01 16:42:29 +0100
committerVincent Richard <[email protected]>2012-11-01 16:42:29 +0100
commit8a8ce29f13f4c6652087f3015a6809eb19c1324f (patch)
tree1c1f4affdf0ec64352f63452c649334a5a9f04a4 /README.refcounting
parentFixed compilation issues. (diff)
downloadvmime-8a8ce29f13f4c6652087f3015a6809eb19c1324f.tar.gz
vmime-8a8ce29f13f4c6652087f3015a6809eb19c1324f.zip
Fixed typo in doc.
Diffstat (limited to 'README.refcounting')
-rw-r--r--README.refcounting2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.refcounting b/README.refcounting
index 37501587..33dbd74e 100644
--- a/README.refcounting
+++ b/README.refcounting
@@ -28,7 +28,7 @@ you wrote:
Now, you can simply write:
- std::vector <vmime::messaging::folder*> subFolders = folder->getFolders();
+ std::vector <ref <vmime::messaging::folder > > subFolders = folder->getFolders();
...do something with result...