2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 06:02:14 +00:00

This commit was manufactured by cvs2svn to create tag 'monthly'.

[SVN r12985]
This commit is contained in:
nobody
2002-02-28 15:38:22 +00:00
parent 0e597f5768
commit 3bd3ec9877

View File

@@ -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