From 39456ee667d8f18f3cf1c315ebd0ad4581e393d1 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Sat, 23 Jun 2007 17:10:25 +0000 Subject: [PATCH] Remove const bool git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/scrolbar.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/latex/wx/scrolbar.tex b/docs/latex/wx/scrolbar.tex index fc07f50877..b6de3b5461 100644 --- a/docs/latex/wx/scrolbar.tex +++ b/docs/latex/wx/scrolbar.tex @@ -226,7 +226,7 @@ Sets the position of the scrollbar. \func{virtual void}{SetScrollbar}{\param{int }{position},\rtfsp \param{int }{thumbSize}, \param{int }{range},\rtfsp \param{int }{pageSize},\rtfsp -\param{const bool }{refresh = true}} +\param{bool }{refresh = true}} Sets the scrollbar properties. -- 2.50.0