]> git.saurik.com Git - wxWidgets.git/commitdiff
GetWxObjectPtr() returns wxObject*, not void*.
authorRobert Roebling <robert@roebling.de>
Tue, 26 Sep 2006 20:17:40 +0000 (20:17 +0000)
committerRobert Roebling <robert@roebling.de>
Tue, 26 Sep 2006 20:17:40 +0000 (20:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/variant.tex

index 6ef825a3f8330518f23f3344b3fdc859683d821b..5f233fc1f1f48ef3fdac348161493f63dcc566d1 100644 (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.