aboutsummaryrefslogtreecommitdiff
path: root/source/Plugins/SymbolFile/DWARF/DWARFLocationDescription.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Plugins/SymbolFile/DWARF/DWARFLocationDescription.h')
-rw-r--r--source/Plugins/SymbolFile/DWARF/DWARFLocationDescription.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Plugins/SymbolFile/DWARF/DWARFLocationDescription.h b/source/Plugins/SymbolFile/DWARF/DWARFLocationDescription.h
index ff7c907e921c..69cc0c15969c 100644
--- a/source/Plugins/SymbolFile/DWARF/DWARFLocationDescription.h
+++ b/source/Plugins/SymbolFile/DWARF/DWARFLocationDescription.h
@@ -14,7 +14,7 @@
int
print_dwarf_expression (lldb_private::Stream &s,
- const lldb_private::DataExtractor& data,
+ const lldb_private::DWARFDataExtractor& data,
int address_size,
int dwarf_ref_size,
bool location_expression);