From 9b6a6eda86b30249c49924cca02fdcde0b574183 Mon Sep 17 00:00:00 2001 From: "gergely.erdelyi" Date: Mon, 4 May 2009 19:06:16 +0000 Subject: [PATCH] netnode.i: netnode::hashval with the netnode_idx argument is now called hashval_idx to make the other version work --- swig/netnode.i | 3 +++ 1 file changed, 3 insertions(+) diff --git a/swig/netnode.i b/swig/netnode.i index 3b073c6..44d17d8 100644 --- a/swig/netnode.i +++ b/swig/netnode.i @@ -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" \ No newline at end of file