Correct wxObjectDataPtr<> assignment from *T to not increase the ref count
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51076 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -146,8 +146,9 @@ counted object to which this class points.
|
||||
|
||||
\constfunc{T*}{operator->}{\void}
|
||||
|
||||
Gets a pointer to the reference counted object to which
|
||||
this class points. Same as \helpref{get}{wxobjectdataptrget}.
|
||||
Returns a pointer to the reference counted object to which
|
||||
this class points. If this the internal pointer is NULL,
|
||||
this method will assert in debug mode.
|
||||
|
||||
\membersection{wxObjectDataPtr<T>::operator=}\label{wxobjectdataptroperatorassign}
|
||||
|
||||
|
Reference in New Issue
Block a user