From 6aa80b07e7e5b34dfdf98c53ea65f75e676a5321 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Fri, 12 Apr 2002 05:08:02 +0000 Subject: [PATCH] killed extra semicolon [SVN r13455] --- include/boost/python/detail/member_function_cast.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/python/detail/member_function_cast.hpp b/include/boost/python/detail/member_function_cast.hpp index 18af9700..f31c1aed 100644 --- a/include/boost/python/detail/member_function_cast.hpp +++ b/include/boost/python/detail/member_function_cast.hpp @@ -72,7 +72,7 @@ stage1(BOOST_PYTHON_FN(S::*,1,args)cv()) return cast_helper(); \ } -BOOST_PYTHON_REPEAT_MF_ALL_CV_2ND(BOOST_PYTHON_MEMBER_FUNCTION_CAST_STAGE1); +BOOST_PYTHON_REPEAT_MF_ALL_CV_2ND(BOOST_PYTHON_MEMBER_FUNCTION_CAST_STAGE1) };