From 8cd4ff895087c5a5817cee30774ac930cf03c3cc Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Sun, 25 Nov 2007 13:56:09 +0000 Subject: [PATCH] Remove extra ) from prior commit [SVN r41355] --- include/boost/python/object_protocol.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/boost/python/object_protocol.hpp b/include/boost/python/object_protocol.hpp index 586f93b9..e8d35866 100755 --- a/include/boost/python/object_protocol.hpp +++ b/include/boost/python/object_protocol.hpp @@ -29,7 +29,6 @@ object getattr(Target const& target, Key const& key BOOST_PYTHON_NO_ARRAY_ARG(ke template object getattr(Target const& target, Key const& key, Default const& default_ BOOST_PYTHON_NO_ARRAY_ARG(key)) -) { return getattr(object(target), object(key), object(default_)); }