xo-pyexpression: use Apply::make() instead of make_apply()
This commit is contained in:
parent
8c44daf87d
commit
ac2c0a7f26
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ namespace xo {
|
|||
.def_property_readonly("argv", &Apply::argv, py::doc("expressions (in position order) for function arguments"))
|
||||
;
|
||||
|
||||
m.def("make_apply", &make_apply);
|
||||
m.def("make_apply", &Apply::make);
|
||||
|
||||
// ----- Variables -----
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue