Index: src/common/dwarf/dwarf2diehandler.cc |
=================================================================== |
--- src/common/dwarf/dwarf2diehandler.cc (revision 856) |
+++ src/common/dwarf/dwarf2diehandler.cc (working copy) |
@@ -176,7 +176,7 @@ |
void DIEDispatcher::ProcessAttributeString(uint64 offset, |
enum DwarfAttribute attr, |
enum DwarfForm form, |
- const string& data) { |
+ const std::string& data) { |
HandlerStack ¤t = die_handlers_.top(); |
// This had better be an attribute of the DIE we were meant to handle. |
assert(offset == current.offset_); |