Index: boost/detail/quick_allocator.hpp =================================================================== RCS file: /cvsroot/boost/boost/boost/detail/quick_allocator.hpp,v retrieving revision 1.9 diff -u -r1.9 quick_allocator.hpp --- boost/detail/quick_allocator.hpp 6 Dec 2005 12:24:40 -0000 1.9 +++ boost/detail/quick_allocator.hpp 7 Dec 2005 19:46:31 -0000 @@ -173,7 +173,7 @@ #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