]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/afterstd.h
added Collapse() and Expand()
[wxWidgets.git] / include / wx / afterstd.h
index 6fdbb315b320f905f806798861cfadb800fbd7be..d57412d7e2febd3efece298ebafd03ec3f02c2ed 100644 (file)
@@ -46,3 +46,7 @@
     #endif
 #endif
 
     #endif
 #endif
 
+// see beforestd.h for explanation
+#if defined(HAVE_VISIBILITY) && defined(HAVE_BROKEN_LIBSTDCXX_VISIBILITY)
+    #pragma GCC visibility pop
+#endif