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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user