Skip to content

Commit 8cd4ff8

Browse files
committed
Remove extra ) from prior commit
[SVN r41355]
1 parent 26f7769 commit 8cd4ff8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

include/boost/python/object_protocol.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ object getattr(Target const& target, Key const& key BOOST_PYTHON_NO_ARRAY_ARG(ke
2929

3030
template <class Target, class Key, class Default>
3131
object getattr(Target const& target, Key const& key, Default const& default_ BOOST_PYTHON_NO_ARRAY_ARG(key))
32-
)
3332
{
3433
return getattr(object(target), object(key), object(default_));
3534
}

0 commit comments

Comments
 (0)