summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/Core/Module.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Core/Module.h')
-rw-r--r--lldb/include/lldb/Core/Module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/Core/Module.h b/lldb/include/lldb/Core/Module.h
index 0d3ff60a092..cc44cfcca2b 100644
--- a/lldb/include/lldb/Core/Module.h
+++ b/lldb/include/lldb/Core/Module.h
@@ -1193,7 +1193,7 @@ private:
const CompilerDeclContext *parent_decl_ctx,
bool append,
size_t max_matches,
- TypeMap& types);
+ TypeList& types);
DISALLOW_COPY_AND_ASSIGN (Module);
OpenPOWER on IntegriCloud