]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/string.h
in release builds gcc on osx evaporates these inlines if not WXEXPORTed
[wxWidgets.git] / include / wx / string.h
index 99970070b0796a32f9bc337c17d5a023b38f1a3f..b66afd79ae384fa28d8111b058d6510ef696d17f 100644 (file)
@@ -672,7 +672,7 @@ private:
       // simple loop instead of starting from the last used element (there are
       // a lot of misses in this function...)
       Cache::Element * const cacheBegin = GetCacheBegin();
- #if !wxHAS_COMPILER_TLS
+#ifndef wxHAS_COMPILER_TLS
       // during destruction tls calls may return NULL, in this case return NULL 
       // immediately without accessing anything else
       if ( cacheBegin == NULL )