summaryrefslogtreecommitdiff
path: root/trace_parser.hpp
diff options
context:
space:
mode:
authorJosé Fonseca <jose.r.fonseca@gmail.com>2011-05-28 11:47:48 +0100
committerJosé Fonseca <jose.r.fonseca@gmail.com>2011-05-28 11:47:48 +0100
commit0568897c39dca167706825219e284a396be956a7 (patch)
treed433330bfdeeb607bde417c721bae87727f4ba60 /trace_parser.hpp
parentd7226d1d11a549975e0b7564a0a8d64a328fc895 (diff)
Use regular C strings everywhere.
Diffstat (limited to 'trace_parser.hpp')
-rw-r--r--trace_parser.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/trace_parser.hpp b/trace_parser.hpp
index 7a88d27..c9f92fc 100644
--- a/trace_parser.hpp
+++ b/trace_parser.hpp
@@ -29,7 +29,6 @@
#include <iostream>
#include <list>
-#include <string>
#include "trace_format.hpp"
#include "trace_model.hpp"
@@ -106,7 +105,7 @@ protected:
Value *parse_opaque();
- std::string read_string(void);
+ const char * read_string(void);
unsigned long long read_uint(void);