X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=trace_parser.hpp;h=4fff9ad1157129e0da8458f8cca87e68687197ec;hb=1e0fc67981e101495c2e236efb37cb5db83af400;hp=20c3a756e2c62c91463220e2506fa5dd800274c4;hpb=1b23ed28505a34cda19b5cc1b7578e63c0c63237;p=apitrace diff --git a/trace_parser.hpp b/trace_parser.hpp index 20c3a75..4fff9ad 100644 --- a/trace_parser.hpp +++ b/trace_parser.hpp @@ -36,16 +36,17 @@ namespace Trace { +class File; class Parser { protected: - void *file; + File *file; typedef std::list CallList; CallList calls; - typedef std::vector FunctionMap; + typedef std::vector FunctionMap; FunctionMap functions; typedef std::vector StructMap;