mirror of
https://github.com/boostorg/python.git
synced 2026-01-27 07:02:15 +00:00
MSVC6 workaround
[SVN r14484]
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
namespace boost { namespace python { namespace converter {
|
||||
|
||||
BOOST_PYTHON_DECL python::detail::new_reference
|
||||
pytype_result_from_python(PyTypeObject* type, PyObject* source);
|
||||
pytype_result_from_python(PyTypeObject*, PyObject* source);
|
||||
|
||||
}}} // namespace boost::python::converter
|
||||
|
||||
|
||||
Reference in New Issue
Block a user