diff options
Diffstat (limited to 'sipgen/parser.y')
-rw-r--r-- | sipgen/parser.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sipgen/parser.y b/sipgen/parser.y index 2991f82..86885c3 100644 --- a/sipgen/parser.y +++ b/sipgen/parser.y @@ -5232,7 +5232,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}, |