summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/VariableList.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Symbol/VariableList.cpp')
-rw-r--r--lldb/source/Symbol/VariableList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Symbol/VariableList.cpp b/lldb/source/Symbol/VariableList.cpp
index 11eb46c407c..9ab584fae2c 100644
--- a/lldb/source/Symbol/VariableList.cpp
+++ b/lldb/source/Symbol/VariableList.cpp
@@ -67,7 +67,7 @@ VariableList::Clear()
}
VariableSP
-VariableList::GetVariableAtIndex(uint32_t idx)
+VariableList::GetVariableAtIndex(uint32_t idx) const
{
VariableSP var_sp;
if (idx < m_variables.size())
OpenPOWER on IntegriCloud