There is no reason to force a const LookupHelper.
This commit is contained in:
parent
ec27958540
commit
ef501e64a0
@ -333,7 +333,7 @@ namespace cling {
|
||||
|
||||
llvm::LLVMContext* getLLVMContext() { return m_LLVMContext.get(); }
|
||||
|
||||
const LookupHelper& getLookupHelper() const { return *m_LookupHelper; }
|
||||
LookupHelper& getLookupHelper() const { return *m_LookupHelper; }
|
||||
|
||||
const clang::Parser& getParser() const;
|
||||
clang::Parser& getParser();
|
||||
|
Loading…
x
Reference in New Issue
Block a user