From 772c017b2c30f5cb8072d7b22f39da175e101e9a Mon Sep 17 00:00:00 2001 From: Ron Lee Date: Thu, 28 Feb 2002 09:20:12 +0000 Subject: [PATCH] Typo fix for GetSizer. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14423 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/window.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}. -- 2.50.0