From 7ed5c675a63af35de2c07a864fda57e2be253ab9 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Mon, 2 Oct 2006 16:16:46 +0000 Subject: [PATCH] Fixed typo. --- doc/book/basics.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { }