wxWidgets/include
jbbbms 87195cf3ea Put wxDECLARE_EVENT_TABLE at the end of wxTextCtrl declaration
This fixes the access specifier effectively used for the members
following these macros, as it's changed to "public" inside them, meaning
that e.g. m_privateContextMenu was actually public even though it was
ostensibly declared in the private section and the intention was for it
to be private.

Closes #16038.
2018-11-10 23:37:33 +01:00
..
msvc/wx Introduce MSW ARM64 support 2018-09-17 22:34:32 +02:00
wx Put wxDECLARE_EVENT_TABLE at the end of wxTextCtrl declaration 2018-11-10 23:37:33 +01:00