]> git.cworth.org Git - apitrace/blobdiff - trace_parser.hpp
Advertise GREMEDY extensions through glStringi too.
[apitrace] / trace_parser.hpp
index 20c3a756e2c62c91463220e2506fa5dd800274c4..0a0105138bb6e144787670dc04ab0e44705eb704 100644 (file)
@@ -45,7 +45,7 @@ protected:
     typedef std::list<Call *> CallList;
     CallList calls;
 
-    typedef std::vector<Call::Signature *> FunctionMap;
+    typedef std::vector<FunctionSig *> FunctionMap;
     FunctionMap functions;
 
     typedef std::vector<StructSig *> StructMap;