removed non-const wxFontData::GetColour()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-11-21 21:28:40 +00:00
parent 50a32a83d7
commit aae53500af
2 changed files with 24 additions and 16 deletions

View File

@@ -2,6 +2,12 @@
wxWidgets Change Log - For more verbose changes, see the manual
---------------------------------------------------------------
INCOMPATIBLE CHANGES SINCE 2.6.x
================================
- wxFontData::GetColour() now returns a const colour
2.7.0
-----