Skip to content

Commit 9137b38

Browse files
committed
module name bug fix
[SVN r13374]
1 parent 4bb5ee4 commit 9137b38

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/bienstman2.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ struct E
1111
const D fe2(const C&, const C&) {return D();}
1212
};
1313

14-
BOOST_PYTHON_MODULE_INIT(m)
14+
BOOST_PYTHON_MODULE_INIT(bienstman2_ext)
1515
{
1616
using namespace boost::python;
1717

18-
module m("m");
18+
module m("bienstman2_ext");
1919

2020
m
2121
.add(class_<C>("C"))

0 commit comments

Comments
 (0)