mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-21 06:19:36 +08:00
Actually allow using wxWebVieWIE-specific methods for setting the emulation level. Make it possible to include wx/msw/webvieW_ie.h by removing inclusion of the private headers from it, which was in turn achieved by moving all the implementation details into a private class. See https://github.com/wxWidgets/wxWidgets/pull/1647