]> git.saurik.com Git - wxWidgets.git/commit
Remove redundant top level const in wxRibbonBar::ShowPanels().
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 10 Jan 2011 12:00:44 +0000 (12:00 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 10 Jan 2011 12:00:44 +0000 (12:00 +0000)
commitca275c039c9e53bd37c008a19e30c382fbb65895
tree963f44cc9af7c73fc78d9ac28aa7c5069b88a092
parent12354f4676e595ddcebc1eb8098e26f5979210cb
Remove redundant top level const in wxRibbonBar::ShowPanels().

Use just "bool show" instead of "const bool show".

This fixes compilation for some compilers (notably OpenVMS one) broken since
r66612.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66663 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/ribbon/bar.cpp