]> git.saurik.com Git - wxWidgets.git/commitdiff
mention wxDC change (more details would be welcome)
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 30 Nov 2007 20:25:33 +0000 (20:25 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 30 Nov 2007 20:25:33 +0000 (20:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50378 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 32a2ce0bfc47b6762acdb5ff9042a29d53c24523..a5756ae3f3ea9ce37da37e041792c2eaaa8b9784 100644 (file)
@@ -74,6 +74,10 @@ Changes in behaviour which may result in compilation errors
 - WXWIN_COMPATIBILITY_2_4 doesn't exist any more, please update your code if
   you still relied on features deprecated since version 2.4
 
+- wxDC classes hierarchy has changed, if you derived any classes from wxDC you
+  need to review them as wxDC doesn't have any virtual methods any longer and
+  uses delegation instead of inheritance to present different behaviours.
+
 - Return type of wxString::operator[] and wxString::iterator::operator* is no
   longer wxChar (i.e. char or wchar_t), but wxUniChar. This is not a problem
   in vast majority of cases because of conversion operators, but it can break