]> git.cworth.org Git - apitrace/blobdiff - trace_format.hpp
More efficient enum representation.
[apitrace] / trace_format.hpp
index 1f5871e243eace46fdf15544ccbf35c884b41052..43efa0fc357fc9188212687e01a5fb2ffb636535 100644 (file)
@@ -53,7 +53,7 @@ enum Type {
    TYPE_DOUBLE,
    TYPE_STRING, // Null terminated, human readible string
    TYPE_BLOB, // Block of bytes
-   TYPE_CONST,
+   TYPE_ENUM,
    TYPE_BITMASK,
    TYPE_ARRAY,
    TYPE_STRUCT,