2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-20 04:42:28 +00:00

minor tweak...

[SVN r15346]
This commit is contained in:
Joel de Guzman
2002-09-15 21:43:03 +00:00
parent 937a47f2c2
commit fcfd4dae07

View File

@@ -90,8 +90,7 @@ class module : public detail::module_base
// convert sig to a type_list (see detail::get_signature in signature.hpp)
// before calling detail::define_with_defaults.
detail::define_with_defaults(
name, stubs, default_call_policies(),
*this, detail::get_signature(sig), doc);
name, stubs, *this, detail::get_signature(sig));
}
};