diff --git a/include/boost/python/opaque_pointer_converter.hpp b/include/boost/python/opaque_pointer_converter.hpp index 51bd1ccc..83c76433 100644 --- a/include/boost/python/opaque_pointer_converter.hpp +++ b/include/boost/python/opaque_pointer_converter.hpp @@ -53,7 +53,7 @@ struct opaque throw error_already_set(); } - register_self(); + this->register_self(); } } @@ -86,7 +86,8 @@ private: } } - void register_self() { + void register_self() + { converter::registration const *existing = converter::registry::query (type_id());