summaryrefslogtreecommitdiff
path: root/trace_parser.hpp
diff options
context:
space:
mode:
authorJosé Fonseca <jose.r.fonseca@gmail.com>2011-05-28 13:01:16 +0100
committerJosé Fonseca <jose.r.fonseca@gmail.com>2011-05-28 13:01:16 +0100
commit1b23ed28505a34cda19b5cc1b7578e63c0c63237 (patch)
treebf71cb2c9a1e1b8769b81d21c40edf7dc8c570f2 /trace_parser.hpp
parentec494edf0f473db4088c23ec7a97f20eab393c2d (diff)
Unify Struct::Signature into StructSig
Diffstat (limited to 'trace_parser.hpp')
-rw-r--r--trace_parser.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/trace_parser.hpp b/trace_parser.hpp
index fe36023..20c3a75 100644
--- a/trace_parser.hpp
+++ b/trace_parser.hpp
@@ -48,7 +48,7 @@ protected:
typedef std::vector<Call::Signature *> FunctionMap;
FunctionMap functions;
- typedef std::vector<Struct::Signature *> StructMap;
+ typedef std::vector<StructSig *> StructMap;
StructMap structs;
typedef std::vector<EnumSig *> EnumMap;