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:
gergely.erdelyi 2009-05-04 19:06:16 +00:00
parent b4d2b3f813
commit 9b6a6eda86

View File

@ -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"