X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0545fc014a04c94fc0c41cfb95a77676246b492f..328fafa1db150b08d1793bafd1b17208857d0102:/include/wx/afterstd.h diff --git a/include/wx/afterstd.h b/include/wx/afterstd.h index 6fdbb315b3..d57412d7e2 100644 --- a/include/wx/afterstd.h +++ b/include/wx/afterstd.h @@ -46,3 +46,7 @@ #endif #endif +// see beforestd.h for explanation +#if defined(HAVE_VISIBILITY) && defined(HAVE_BROKEN_LIBSTDCXX_VISIBILITY) + #pragma GCC visibility pop +#endif