Commit bde42e48 authored by gsamain's avatar gsamain Committed by Xavier Thompson

Give wrapper func_cname even in pxds

parent d6c7a71f
......@@ -2603,7 +2603,6 @@ class CppClassScope(Scope):
pos, 'extern')
wrapper_type.entry = wrapper_entry
wrapper_entry.is_cfunction = 1
if defining:
wrapper_entry.func_cname = "%s::%s" % (class_type.empty_declaration_code(), wrapper_cname)
return wrapper_entry
......
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