Comment 16 for bug 251260

Revision history for this message
StefanPotyra (sistpoty) wrote :

hm... interesting, the type changes obviously don't change the ABI. However some d'tors have changed. Can you check if these are publically visible (which would mean that the public ABI has changed) or are only private to wx?

(use c++filt on the removed symbols to find out the class/methods, from there you can look up the visibility in the code).

thanks,
    Stefan.