Files
wxWidgets/include
Vadim Zeitlin 942ad9b89f Avoid undefined behaviour when handling events in wxWebSessionCURL
Inherit from wxEvtHandler as the first base class, not doing it results
in using a wrong pointer when handling events.
2024-10-20 17:29:24 +02:00
..