mirror of
https://github.com/QuasarApp/LIEF.git
synced 2025-04-27 21:04:32 +00:00
Fix #515
This commit is contained in:
parent
42745373ef
commit
13222b6974
@ -41,7 +41,7 @@ void create<SymbolVersionAux>(py::module& m) {
|
||||
[] (const SymbolVersionAux& obj) {
|
||||
return safe_string_converter(obj.name());
|
||||
},
|
||||
static_cast<getter_t<const std::string&>>(&SymbolVersionAux::name),
|
||||
static_cast<setter_t<const std::string&>>(&SymbolVersionAux::name),
|
||||
"Symbol's name")
|
||||
|
||||
.def("__eq__", &SymbolVersionAux::operator==)
|
||||
|
Loading…
x
Reference in New Issue
Block a user