LaTeX2e fixes (patch 748118)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21311 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-06-22 22:20:40 +00:00
parent 55f9f0cbc8
commit bf43ff9a90
9 changed files with 36 additions and 17 deletions

View File

@@ -87,9 +87,9 @@ This operator works like the standard C++ pointer operator to return the object
being pointed to by the pointer. If the pointer is NULL or invalid this will
crash.
\membersection{wxScopedPtr::operator -\>}
\membersection{wxScopedPtr::operator -$>$} % TODO
\func{const T*}{operator -\>}{\void}
\func{const T*}{operator -$>$}{\void} % TODO
This operator works like the standard C++ pointer operator to return the pointer
in the smart pointer or NULL if it is empty.