From b3f0d7c756e09fb07c9e6d90fdad113c28dd3e9c Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sat, 13 Mar 2004 01:47:35 +0000 Subject: [PATCH] Fix bad "fix". [SVN r22495] --- include/boost/python/object_core.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/boost/python/object_core.hpp b/include/boost/python/object_core.hpp index dcced44f..6b0bb61d 100755 --- a/include/boost/python/object_core.hpp +++ b/include/boost/python/object_core.hpp @@ -176,7 +176,6 @@ namespace api # endif private: // def visitation for adding callable objects as class methods - using def_visitor::visit; template void visit(ClassT& cl, char const* name, python::detail::def_helper const& helper) const