mirror of
https://github.com/lief-project/LIEF
synced 2026-06-08 15:30:44 +00:00
Re-scope Mach-O enums
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user