Fix a shadowed ivar in SearchFilterByModuleListAndCU.

llvm-svn: 252029
This commit is contained in:
Jim Ingham 2015-11-04 01:24:04 +00:00
parent 35fe692025
commit fe617b1e99
1 changed files with 1 additions and 2 deletions

View File

@ -406,7 +406,7 @@ protected:
lldb::SearchFilterSP
DoCopyForBreakpoint (Breakpoint &breakpoint) override;
private:
protected:
FileSpecList m_module_spec_list;
};
@ -462,7 +462,6 @@ protected:
DoCopyForBreakpoint (Breakpoint &breakpoint) override;
private:
FileSpecList m_module_spec_list;
FileSpecList m_cu_spec_list;
};