From 3bd3ec9877549d535f17e7522d15eb5f5454cb5e Mon Sep 17 00:00:00 2001 From: nobody Date: Thu, 28 Feb 2002 15:38:22 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create tag 'monthly'. [SVN r12985] --- include/boost/python/converter/handle.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/python/converter/handle.hpp b/include/boost/python/converter/handle.hpp index 82e085b0..bc06be38 100644 --- a/include/boost/python/converter/handle.hpp +++ b/include/boost/python/converter/handle.hpp @@ -16,7 +16,7 @@ struct BOOST_PYTHON_DECL body; // The common base class for unwrap_ and wrap_ handle objects. They // share a common base so that handles can be linked into a chain // within a function wrapper which is managed by a single object. -struct BOOST_PYTHON_DECL handle : private boost::noncopyable +struct BOOST_PYTHON_DECL handle : boost::noncopyable { public: // member functions