Files
wxWidgets/include
Vadim Zeitlin 895b4a0710 Make wxFileDialog::MSWOnXXX() private
These functions were always marked as being implementation-only, but we
can actually do better and make them private, by making the dialog hook
function a (static) member of wxFileDialogMSWData and making this class
(which is now a class and not a struct any more, as it's not just a
collection of fields any longer) a friend of wxFileDialog.

No real changes.
2022-06-03 01:35:30 +01:00
..
2022-06-03 01:35:30 +01:00