]> git.cworth.org Git - apitrace/blobdiff - specs/d3d10sdklayers.py
Merge remote-tracking branch 'github/master' into mt-trace
[apitrace] / specs / d3d10sdklayers.py
index 8f5c59f29b7368eb0ae9acdfcad97abf1d69c738..7dd5cc8b0ea2a74d4c91dae6266320280cacb351 100644 (file)
@@ -561,7 +561,7 @@ D3D10_MESSAGE = Struct("D3D10_MESSAGE", [
     (D3D10_MESSAGE_CATEGORY, "Category"),
     (D3D10_MESSAGE_SEVERITY, "Severity"),
     (D3D10_MESSAGE_ID, "ID"),
-    (Const(CString), "pDescription"),
+    (ConstCString, "pDescription"),
     (SIZE_T, "DescriptionByteLength"),
 ])