]> git.saurik.com Git - wxWidgets.git/commitdiff
Typo fix
authorJulian Smart <julian@anthemion.co.uk>
Mon, 13 Aug 2007 10:26:10 +0000 (10:26 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 13 Aug 2007 10:26:10 +0000 (10:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48041 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/helpinst.tex

index cf39127900feeb86ef1d16715c3748018201ff8d..fd42c0e51e54937e9429028f041e3df989425bc0 100644 (file)
@@ -191,7 +191,7 @@ that the viewer is a variant of Netscape Navigator.}
 
 \membersection{wxHelpController::GetParentWindow}\label{wxhelpcontrollergetparentwindow}
 
-\constfunc{virtual bool}{GetParentWindow}{\void}
+\constfunc{virtual wxWindow*}{GetParentWindow}{\void}
 
 Returns the window to be used as the parent for the help window. This window is used
 by wxCHMHelpController, wxWinHelpController and wxHtmlHelpController.