Re-scope Mach-O enums

This commit is contained in:
Romain Thomas
2024-05-09 06:02:00 +02:00
parent 9aec6c0570
commit e46074212d
187 changed files with 4841 additions and 6922 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ void create<Section>(nb::module_& m) {
[] (const Section& obj) {
return safe_string(obj.name());
},
nb::overload_cast<const std::string&>(&Section::name),
nb::overload_cast<std::string>(&Section::name),
"Section's name"_doc)
.def_prop_ro("fullname",