From 7cc01e155c2eb44629cf80eafced5ba4d3df4c29 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 17 Sep 2002 02:05:11 +0000 Subject: [PATCH] Kill extra ; [SVN r15395] --- include/boost/python/class.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };