mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-13 01:36:21 +00:00
fixed docstring generation for void pointers
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user