From a41115011ca5e5050583f4b19bf1ac9b62cc2609 Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Tue, 30 Mar 2010 12:02:16 +0000 Subject: [PATCH] correcting typo in commit 63803 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63804 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/debug.h b/include/wx/debug.h index 125c2275ed..70e164d6e9 100644 --- a/include/wx/debug.h +++ b/include/wx/debug.h @@ -397,7 +397,7 @@ template struct static_assert_test{}; #define wxCOMPILE_TIME_ASSERT(expr, msg) \ typedef ::wxdebug::static_assert_test<\ sizeof(::wxdebug::STATIC_ASSERTION_FAILURE< WX_STATIC_ASSERT_BOOL_CAST( expr ) >)>\ - WX_JOIN(boost_static_assert_typedef_, __LINE__) + WX_JOIN(wx_static_assert_typedef_, __LINE__) #else #define wxCOMPILE_TIME_ASSERT(expr, msg) \ struct wxMAKE_UNIQUE_ASSERT_NAME { unsigned int msg: expr; } -- 2.45.2