Fixed typo.

This commit is contained in:
Vincent Richard 2006-10-02 16:16:46 +00:00
parent ae073cfab4
commit 7ed5c675a6

View File

@ -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 Type safety is also guaranteed, and you can type cast smart pointers using
the {\vcode staticCast()}, {\vcode dynamicCast()} and {\vcode constCast()} 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}] \begin{lstlisting}[caption={Casting smart pointers}]
class myBase : public vmime::object { } class myBase : public vmime::object { }