]> git.saurik.com Git - wxWidgets.git/commit
Rename wxRichToolTipPopup::SetBackground() method to avoid warnings in wxUniv.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 9 Dec 2011 15:58:40 +0000 (15:58 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 9 Dec 2011 15:58:40 +0000 (15:58 +0000)
commitccc0835d0266869b5295a0923b37cacb71b9e61b
treeb413df9b5efde7f213fafc9b55890484d0160178
parent9c17ca3fe67a5c166b39db2d0e11925002ffc6cb
Rename wxRichToolTipPopup::SetBackground() method to avoid warnings in wxUniv.

wxUniv has SetBackground() in wxWindow so rename this one to
SetBackgroundColours() to avoid g++ warning about hiding a base class virtual.

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