diff options
author | Vincent Richard <[email protected]> | 2006-10-02 16:16:46 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2006-10-02 16:16:46 +0000 |
commit | 7ed5c675a63af35de2c07a864fda57e2be253ab9 (patch) | |
tree | 59fadb29c18fabeaac4f555712daf309c4f66c9c /doc | |
parent | Added a paragraph about time-out handler factory. (diff) | |
download | vmime-7ed5c675a63af35de2c07a864fda57e2be253ab9.tar.gz vmime-7ed5c675a63af35de2c07a864fda57e2be253ab9.zip |
Fixed typo.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/book/basics.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/basics.tex b/doc/book/basics.tex index da492e43..27591e48 100644 --- a/doc/book/basics.tex +++ b/doc/book/basics.tex @@ -73,7 +73,7 @@ you would use normal ("raw") C++ pointers (eg. you can write Type safety is also guaranteed, and you can type cast smart pointers using the {\vcode staticCast()}, {\vcode dynamicCast()} and {\vcode constCast()} -equivalents on {\vcode mime::ref} and {\vcode vmime::weak\_ref} objects: +equivalents on {\vcode vmime::ref} and {\vcode vmime::weak\_ref} objects: \begin{lstlisting}[caption={Casting smart pointers}] class myBase : public vmime::object { } |