2
0
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:
Dave Abrahams
2002-07-16 17:15:36 +00:00
parent 2bfeb20550
commit 7a05b89a93

View File

@@ -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