]> git.cworth.org Git - apitrace/blobdiff - trace_parser.hpp
Advertise GREMEDY extensions through glStringi too.
[apitrace] / trace_parser.hpp
index 634cb59bc8a9bfdf921fb74ea4f03b8f330de9e5..0a0105138bb6e144787670dc04ab0e44705eb704 100644 (file)
@@ -45,13 +45,13 @@ protected:
     typedef std::list<Call *> CallList;
     CallList calls;
 
-    typedef std::vector<Call::Signature *> FunctionMap;
+    typedef std::vector<FunctionSig *> FunctionMap;
     FunctionMap functions;
 
-    typedef std::vector<Struct::Signature *> StructMap;
+    typedef std::vector<StructSig *> StructMap;
     StructMap structs;
 
-    typedef std::vector<Enum::Signature *> EnumMap;
+    typedef std::vector<EnumSig *> EnumMap;
     EnumMap enums;
 
     typedef std::vector<BitmaskSig *> BitmaskMap;