Don't mention that wxVariant doesn't derive from wxObject

Because it still does, only wxVariantData does not.

Closes #17217.
This commit is contained in:
Vadim Zeitlin
2015-10-22 00:02:59 +02:00
parent 876e0501d8
commit 165842423c

View File

@@ -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