2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 18:12:43 +00:00

Fix the fix ;-)

[SVN r19613]
This commit is contained in:
Dave Abrahams
2003-08-14 22:53:30 +00:00
parent 976b8180ae
commit e2973f27f9

View File

@@ -75,6 +75,8 @@ namespace api
//
BOOST_PYTHON_IS_XXX_DEF(proxy, boost::python::api::proxy, 1)
template <class T> struct object_initializer;
class object;
typedef PyObject* (object::*bool_type)() const;