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:
@@ -346,9 +346,9 @@ Changes in behaviour which may result in compilation errors
|
|||||||
- Removed global GetLine() function from wx/protocol/protocol.h, use
|
- Removed global GetLine() function from wx/protocol/protocol.h, use
|
||||||
wxProtocol::ReadLine() instead.
|
wxProtocol::ReadLine() instead.
|
||||||
|
|
||||||
- wxVariant no longer derives from wxObject. wxVariantData also no longer
|
- wxVariantData no longer derives from wxObject; instead of using
|
||||||
derives from wxObject; instead of using wxDynamicCast with wxVariantData you
|
wxDynamicCast with wxVariantData you can use the macro
|
||||||
can use the macro wxDynamicCastVariantData with the same arguments.
|
wxDynamicCastVariantData with the same arguments.
|
||||||
|
|
||||||
- wxWindow::Next/PrevControlId() don't exist any more as they couldn't be
|
- wxWindow::Next/PrevControlId() don't exist any more as they couldn't be
|
||||||
implemented correctly any longer because automatically generated ids are not
|
implemented correctly any longer because automatically generated ids are not
|
||||||
|
Reference in New Issue
Block a user