From 7a05b89a93f87695891ea5974090d52bba293576 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 16 Jul 2002 17:15:36 +0000 Subject: [PATCH] MSVC6 workaround [SVN r14484] --- include/boost/python/converter/pytype_result_from_python.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/python/converter/pytype_result_from_python.hpp b/include/boost/python/converter/pytype_result_from_python.hpp index b1a13e89..9cb95712 100644 --- a/include/boost/python/converter/pytype_result_from_python.hpp +++ b/include/boost/python/converter/pytype_result_from_python.hpp @@ -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