fixed docstring generation for void pointers

This commit is contained in:
Wenzel Jakob
2016-04-30 19:35:24 +02:00
parent fd7cf51a56
commit e8b9dd263c
4 changed files with 6 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ public:
};
/* IMPORTANT: Disable internal pybind11 translation mechanisms for STL data structures */
PYBIND11_MAKE_OPAQUE(StringList);
PYBIND11_MAKE_OPAQUE(StringList);
void init_ex14(py::module &m) {
py::class_<StringList>(m, "StringList")