]> git.saurik.com Git - wxWidgets.git/commitdiff
Typo fix for GetSizer.
authorRon Lee <ron@debian.org>
Thu, 28 Feb 2002 09:20:12 +0000 (09:20 +0000)
committerRon Lee <ron@debian.org>
Thu, 28 Feb 2002 09:20:12 +0000 (09:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14423 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/window.tex

index 2eefeb2c3c42f38dfc325bfac97b2558b0e78260..af3fa748329123c64bb2a9a4900e2e23f1a276be 100644 (file)
@@ -817,7 +817,7 @@ method:\par
 
 \membersection{wxWindow::GetSizer}\label{wxwindowgetsizer}
 
-\constfunc{const wxSizer *}{GetSizer}{\void}
+\constfunc{wxSizer *}{GetSizer}{\void}
 
 Return the sizer associated with the window by a previous call to
 \helpref{SetSizer()}{wxwindowsetsizer} or {\tt NULL}.