GetWxObjectPtr() returns wxObject*, not void*.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 2006-09-26 20:17:40 +00:00
parent 63574b81fa
commit cfd5930dcd

View File

@ -227,7 +227,7 @@ Gets the void pointer value.
\membersection{wxVariant::GetWxObjectPtr}\label{wxvariantgetwxobjectptr}
\constfunc{void*}{GetWxObjectPtr}{\void}
\constfunc{wxObject*}{GetWxObjectPtr}{\void}
Gets the wxObject pointer value.