mirror of
https://github.com/audacity/wxWidgets.git
synced 2026-02-14 19:51:39 -06:00
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.