Allow using Bind() with non-public inheritance in C++11 code
Using Bind() with a method of the class deriving from wxEvtHandler non-publicly used to result in a compile-time error, but at least with C++11 we can detect this case and allow the code to compile. Closes #17623.
This commit is contained in:
@@ -79,6 +79,8 @@ All:
|
||||
- Handle strings with embedded NULs in wxDataStream (Nitch).
|
||||
- Don't crash in wxTextFile::GetLastLine() if the file is empty (crohr).
|
||||
- Add wxString::cbegin() and cend() method (Lauri Nurmi).
|
||||
- Allow using Bind() with event handlers non-publicly deriving from
|
||||
wxEvtHandler and/or wxTrackable in C++11 code (Raul Tambre, mmarsan).
|
||||
|
||||
All (GUI):
|
||||
|
||||
|
Reference in New Issue
Block a user