From 165842423c632361d13b18f340188c8976bb0ffc Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 22 Oct 2015 00:02:59 +0200 Subject: [PATCH] Don't mention that wxVariant doesn't derive from wxObject Because it still does, only wxVariantData does not. Closes #17217. --- docs/changes_30.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/changes_30.txt b/docs/changes_30.txt index deec9ab87b..dfc04bb928 100644 --- a/docs/changes_30.txt +++ b/docs/changes_30.txt @@ -346,9 +346,9 @@ Changes in behaviour which may result in compilation errors - Removed global GetLine() function from wx/protocol/protocol.h, use wxProtocol::ReadLine() instead. -- wxVariant no longer derives from wxObject. wxVariantData also no longer - derives from wxObject; instead of using wxDynamicCast with wxVariantData you - can use the macro wxDynamicCastVariantData with the same arguments. +- wxVariantData no longer derives from wxObject; instead of using + wxDynamicCast with wxVariantData you can use the macro + wxDynamicCastVariantData with the same arguments. - wxWindow::Next/PrevControlId() don't exist any more as they couldn't be implemented correctly any longer because automatically generated ids are not