From: Ron Lee Date: Thu, 28 Feb 2002 09:20:12 +0000 (+0000) Subject: Typo fix for GetSizer. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/772c017b2c30f5cb8072d7b22f39da175e101e9a Typo fix for GetSizer. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14423 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/window.tex b/docs/latex/wx/window.tex index 2eefeb2c3c..af3fa74832 100644 --- a/docs/latex/wx/window.tex +++ b/docs/latex/wx/window.tex @@ -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}.