summaryrefslogtreecommitdiffstats
path: root/sipgen/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'sipgen/parser.c')
-rw-r--r--sipgen/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sipgen/parser.c b/sipgen/parser.c
index e0de35e..77b67b5 100644
--- a/sipgen/parser.c
+++ b/sipgen/parser.c
@@ -8821,7 +8821,7 @@ static memberDef *findFunction(sipSpec *pt, moduleDef *mod, classDef *c_scope,
int nrargs; /* Nr. of arguments. */
} slot_table[] = {
{"__str__", str_slot, TRUE, 0},
- {"__unicode__", tqunicode_slot, TRUE, 0},
+ {"__unicode__", unicode_slot, TRUE, 0},
{"__int__", int_slot, FALSE, 0},
{"__long__", long_slot, FALSE, 0},
{"__float__", float_slot, FALSE, 0},