Skip to content

Commit e2973f2

Browse files
committed
Fix the fix ;-)
[SVN r19613]
1 parent 976b818 commit e2973f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/boost/python/object_core.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ namespace api
7575
//
7676
BOOST_PYTHON_IS_XXX_DEF(proxy, boost::python::api::proxy, 1)
7777

78+
template <class T> struct object_initializer;
79+
7880
class object;
7981
typedef PyObject* (object::*bool_type)() const;
8082

0 commit comments

Comments
 (0)