X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=trace_parser.hpp;h=4fff9ad1157129e0da8458f8cca87e68687197ec;hb=bfa8b255d1fdfe68f595c189e75eb44a312c8567;hp=0a0105138bb6e144787670dc04ab0e44705eb704;hpb=0091432a9a7d98a125b5cbe0b3be7342949a0969;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;