]> git.saurik.com Git - wxWidgets.git/commit
Fix warning about hiding a virtual function in propgrid sample.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 30 Jun 2011 12:20:29 +0000 (12:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 30 Jun 2011 12:20:29 +0000 (12:20 +0000)
commitbb504ee3c3b04fa624c72b2aeb7cc25a4ad68262
tree629e956585adda65cfb546f38ed32db5a88688fc
parent99ef43728a01f5eb761e32473549b895759aa12b
Fix warning about hiding a virtual function in propgrid sample.

The virtual ColourToString() method was hidden and not overridden in the
sample because it didn't use the last argument of the base class method.

Fix this in the most straightforward (albeit not necessarily the most correct)
way to at least ensure that the function is really overridden.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/propgrid/tests.cpp