]> git.cworth.org Git - apitrace/blobdiff - specs/stdapi.py
Handle REFIIDs on functions too.
[apitrace] / specs / stdapi.py
index 2e4e5d86c2b89c52a798735e7040dd439c3aa0d3..67b9baabf78fddad140d170c57fa4030361365c2 100644 (file)
@@ -432,6 +432,7 @@ class Method(Function):
             s += ' const'
         return s
 
+
 def StdMethod(*args, **kwargs):
     kwargs.setdefault('call', '__stdcall')
     return Method(*args, **kwargs)