mirror of
https://github.com/pybind/pybind11.git
synced 2026-06-06 06:11:25 +00:00
consistent macro naming throughout the project
This commit is contained in:
@@ -22,7 +22,7 @@ void init_ex10(py::module &);
|
||||
void init_ex11(py::module &);
|
||||
void init_ex12(py::module &);
|
||||
|
||||
PYBIND_PLUGIN(example) {
|
||||
PYBIND11_PLUGIN(example) {
|
||||
py::module m("example", "pybind example plugin");
|
||||
|
||||
init_ex1(m);
|
||||
|
||||
Reference in New Issue
Block a user