From 1c7ca6a0c873c08bc490dcbd671337c02e5b5c0d Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Sat, 23 Jun 2007 17:03:05 +0000 Subject: [PATCH] We don't use "const bool" anywhere, I think. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46669 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/scrolwin.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/latex/wx/scrolwin.tex b/docs/latex/wx/scrolwin.tex index 23c1ec00cd..8a93020529 100644 --- a/docs/latex/wx/scrolwin.tex +++ b/docs/latex/wx/scrolwin.tex @@ -207,7 +207,7 @@ for details. \membersection{wxScrolledWindow::EnableScrolling}\label{wxscrolledwindowenablescrolling} -\func{void}{EnableScrolling}{\param{const bool}{ xScrolling}, \param{const bool}{ yScrolling}} +\func{void}{EnableScrolling}{\param{bool}{ xScrolling}, \param{bool}{ yScrolling}} Enable or disable physical scrolling in the given direction. Physical scrolling is the physical transfer of bits up or down the -- 2.45.2