diff options
| author | Vincent Richard <[email protected]> | 2012-11-01 16:42:29 +0100 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2012-11-01 16:42:29 +0100 |
| commit | 8a8ce29f13f4c6652087f3015a6809eb19c1324f (patch) | |
| tree | 1c1f4affdf0ec64352f63452c649334a5a9f04a4 /README.refcounting | |
| parent | Fixed compilation issues. (diff) | |
| download | vmime-8a8ce29f13f4c6652087f3015a6809eb19c1324f.tar.gz vmime-8a8ce29f13f4c6652087f3015a6809eb19c1324f.zip | |
Fixed typo in doc.
Diffstat (limited to 'README.refcounting')
| -rw-r--r-- | README.refcounting | 2 |
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... |
