X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=trace_parser.hpp;h=4fff9ad1157129e0da8458f8cca87e68687197ec;hb=5ce45e7f614c7540f4d3d4f86db7a499f138d01e;hp=0a0105138bb6e144787670dc04ab0e44705eb704;hpb=a842652387c6bcaeb5339f77f74fbf5fe0e6e8ec;p=apitrace diff --git a/trace_parser.hpp b/trace_parser.hpp index 0a01051..4fff9ad 100644 --- a/trace_parser.hpp +++ b/trace_parser.hpp @@ -36,11 +36,12 @@ namespace Trace { +class File; class Parser { protected: - void *file; + File *file; typedef std::list CallList; CallList calls;