mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-24 01:59:18 +01:00
netnode.i: netnode::hashval with the netnode_idx argument is now called hashval_idx to make the other version work
This commit is contained in:
parent
b4d2b3f813
commit
9b6a6eda86
@ -81,4 +81,7 @@
|
||||
|
||||
%ignore netnode::altadjust;
|
||||
|
||||
// Renaming one version of hashset() otherwise SWIG will not be able to activate the other one
|
||||
%rename (hashset_idx) netnode::hashset(const char *idx, nodeidx_t value, char tag=htag);
|
||||
|
||||
%include "netnode.hpp"
|
Loading…
Reference in New Issue
Block a user