]> git.cworth.org Git - apitrace/blobdiff - trace_parser.hpp
Advertise GREMEDY extensions through glStringi too.
[apitrace] / trace_parser.hpp
index fe360230f6f498906f1b90a021446908380ca590..0a0105138bb6e144787670dc04ab0e44705eb704 100644 (file)
@@ -45,10 +45,10 @@ 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<EnumSig *> EnumMap;