mirror of
https://github.com/boostorg/python.git
synced 2026-01-22 17:32:55 +00:00
cleanup refcounting/naming
[SVN r14077]
This commit is contained in:
@@ -31,7 +31,7 @@ class module : public detail::module_base
|
||||
template <class T, class Bases, class HolderGenerator>
|
||||
module& add(class_<T,Bases,HolderGenerator> const& c)
|
||||
{
|
||||
this->generic_add_class(c.object());
|
||||
this->add_class(c.object());
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user