diff options
Diffstat (limited to 'python/dep_label.cc')
-rw-r--r-- | python/dep_label.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/dep_label.cc b/python/dep_label.cc index 95b05c19d..c1d639ad5 100644 --- a/python/dep_label.cc +++ b/python/dep_label.cc @@ -66,7 +66,7 @@ struct class_concrete_dependencies_label : bp::no_init ) { - def("__init__", + this->def("__init__", bp::make_constructor(&make_concrete_dependencies_label<L_>), "__init__(String)" ); |