summaryrefslogtreecommitdiff
path: root/source/Plugins/SymbolFile/DWARF/DWARFDebugPubnames.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Plugins/SymbolFile/DWARF/DWARFDebugPubnames.h')
-rw-r--r--source/Plugins/SymbolFile/DWARF/DWARFDebugPubnames.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Plugins/SymbolFile/DWARF/DWARFDebugPubnames.h b/source/Plugins/SymbolFile/DWARF/DWARFDebugPubnames.h
index 09eb80ab3006b..cacb1ea109bf5 100644
--- a/source/Plugins/SymbolFile/DWARF/DWARFDebugPubnames.h
+++ b/source/Plugins/SymbolFile/DWARF/DWARFDebugPubnames.h
@@ -20,7 +20,7 @@ class DWARFDebugPubnames
{
public:
DWARFDebugPubnames();
- bool Extract(const lldb_private::DataExtractor& data);
+ bool Extract(const lldb_private::DWARFDataExtractor& data);
bool GeneratePubnames(SymbolFileDWARF* dwarf2Data);
bool GeneratePubBaseTypes(SymbolFileDWARF* dwarf2Data);