Skip to content

Commit e28f050

Browse files
author
Ralf W. Grosse-Kunstleve
committed
merging current boost/python and libs/python from trunk into release branch
[SVN r71002]
1 parent 0a211a7 commit e28f050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/module.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ BOOST_PYTHON_DECL void scope_setattr_doc(char const* name, object const& x, char
3838

3939
#if PY_VERSION_HEX >= 0x03000000
4040

41-
PyObject* init_module(PyModuleDef& moduledef, void(*init_function)())
41+
BOOST_PYTHON_DECL PyObject* init_module(PyModuleDef& moduledef, void(*init_function)())
4242
{
4343
return init_module_in_scope(
4444
PyModule_Create(&moduledef),

0 commit comments

Comments
 (0)