mirror of
https://github.com/boostorg/python.git
synced 2026-01-22 05:22:45 +00:00
Remove extra ) from prior commit
[SVN r41355]
This commit is contained in:
@@ -29,7 +29,6 @@ object getattr(Target const& target, Key const& key BOOST_PYTHON_NO_ARRAY_ARG(ke
|
||||
|
||||
template <class Target, class Key, class Default>
|
||||
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_));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user