Commit b69a440
committed
Include <wx/helpbase.h> instead of <wx/help.h> for wxHelpControllerBase
This hopefully resolves a link issue with GCC 16+ which performs more
aggressive devirtualization. We want to avoid linking wxHTML into the
core library, so we need to just include helpbase here so GCC doesn't
see the derived classes.
Fixes: #28071 parent bbc720e commit b69a440
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
42 | 47 | | |
43 | 48 | | |
44 | 49 | | |
| |||
0 commit comments