]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/trefcount.tex
More fun with line endings, to avoid mangling PDF contents
[wxWidgets.git] / docs / latex / wx / trefcount.tex
index eb280c5c78be331987e581696e6a6548e0883202..c051acc1b1a081bbcb9da3d3373e8b80a166aab5 100644 (file)
@@ -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}