]> git.cworth.org Git - apitrace/blobdiff - stdapi.py
Merge branch 'master' into multi-context
[apitrace] / stdapi.py
index 586d2d36a66fee36450dbdbc35f914e134ebc4e8..8a2756641663c265e7290432c21cec4409ecdf00 100644 (file)
--- a/stdapi.py
+++ b/stdapi.py
@@ -562,7 +562,7 @@ UInt = Literal("unsigned int", "UInt")
 ULong = Literal("unsigned long", "UInt")
 ULongLong = Literal("unsigned long long", "UInt")
 Float = Literal("float", "Float")
-Double = Literal("double", "Float")
+Double = Literal("double", "Double")
 SizeT = Literal("size_t", "UInt")
 WString = Literal("wchar_t *", "WString")