diff --git a/include/boost/python/detail/member_function_cast.hpp b/include/boost/python/detail/member_function_cast.hpp index 3d965021..52718390 100644 --- a/include/boost/python/detail/member_function_cast.hpp +++ b/include/boost/python/detail/member_function_cast.hpp @@ -56,13 +56,13 @@ struct member_function_cast_impl } template - static cast_helper stage1(R (S::*)(A0,A1)) + static cast_helper stage1(R (S::*)(A0,A1)) { return cast_helper(); } template - static cast_helper stage1(R (S::*)(A0,A1,A2)) + static cast_helper stage1(R (S::*)(A0,A1,A2)) { return cast_helper(); }