Commit a2408e9d authored by Jack Jansen's avatar Jack Jansen

Fixed code generated for an argument of type ****

parent 7bfc8752
......@@ -331,6 +331,7 @@ def compileevent(fp, event):
if is_enum(a[2]):
kname = a[1]
ename = a[2][0]
if ename <> '****':
fp.write("\t\taetools.enumsubst(_arguments, %s, _Enum_%s)\n" %
(`kname`, ename))
fp.write("\n")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment