diff --git a/include/boost/python/class.hpp b/include/boost/python/class.hpp index 7f769739..c990e3bf 100644 --- a/include/boost/python/class.hpp +++ b/include/boost/python/class.hpp @@ -52,7 +52,7 @@ namespace detail void operator()(T*) const { *(*p)++ = type_id(); - }; + } type_info** p; };