X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/55ccdb93e4ae4b606a4068cb37492c1ec3ed77a6..9b50920f5e625b10b85e8ee153156e24d5238dbd:/docs/latex/wx/trefcount.tex diff --git a/docs/latex/wx/trefcount.tex b/docs/latex/wx/trefcount.tex index eb280c5c78..c051acc1b1 100644 --- a/docs/latex/wx/trefcount.tex +++ b/docs/latex/wx/trefcount.tex @@ -35,7 +35,7 @@ That's why not all reference-counted wxWidgets classes provide comparison operat Also note that if you only need to do a {\tt shallow} comparison between two \helpref{wxObject}{wxobject}-derived classes, you should not use the $==$ and $!=$ operators -but rather the \helpref{wxObject::IsRefTo}{wxobjectisrefto} function. +but rather the \helpref{wxObject::IsSameAs}{wxobjectissameas} function. \subsection{Object destruction}\label{refcountdestruct}