]> git.saurik.com Git - wxWidgets.git/commitdiff
We don't use "const bool" anywhere, I think.
authorRobert Roebling <robert@roebling.de>
Sat, 23 Jun 2007 17:03:05 +0000 (17:03 +0000)
committerRobert Roebling <robert@roebling.de>
Sat, 23 Jun 2007 17:03:05 +0000 (17:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46669 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/scrolwin.tex

index 23c1ec00cdf8804e89cb770135091d607a6b622e..8a930205297a8a7304b71f7e21755201b79a9176 100644 (file)
@@ -207,7 +207,7 @@ for details.
 
 \membersection{wxScrolledWindow::EnableScrolling}\label{wxscrolledwindowenablescrolling}
 
 
 \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
 
 Enable or disable physical scrolling in the given direction. Physical
 scrolling is the physical transfer of bits up or down the