From 90fe855f1bbfa0ea6469fc89da07bd1ef5f6c8c7 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 7 Dec 2005 20:41:11 +0000 Subject: [PATCH] Fixed a couple of syntax errors (reported by Juergen Hunold) [SVN r31946] --- include/boost/detail/quick_allocator.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/detail/quick_allocator.hpp b/include/boost/detail/quick_allocator.hpp index 7c19d0f..ddb0a76 100644 --- a/include/boost/detail/quick_allocator.hpp +++ b/include/boost/detail/quick_allocator.hpp @@ -173,7 +173,7 @@ template struct allocator_impl #ifdef BOOST_HAS_THREADS template - lightweight_mutex allocator_impl::mutex_init = &lightweight_mutex allocator_impl::mutex(); + lightweight_mutex * allocator_impl::mutex_init = &allocator_impl::mutex(); #endif