From 6e42b980d934033794fb3be759c2eb77cf9c024f Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Thu, 11 Sep 2008 07:40:58 +0000 Subject: [PATCH] fixing compilo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55543 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/string.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/string.h b/include/wx/string.h index 99970070b0..b66afd79ae 100644 --- a/include/wx/string.h +++ b/include/wx/string.h @@ -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 ) -- 2.50.0