Fix new clang warning: missing override.
This commit is contained in:
parent
8b00d8b7a4
commit
0313d05fea
@ -49,7 +49,7 @@ namespace cling {
|
||||
return result;
|
||||
}
|
||||
|
||||
bool LookupObject(clang::LookupResult& LR, clang::Scope* S) {
|
||||
bool LookupObject(clang::LookupResult& LR, clang::Scope* S) override {
|
||||
bool result = false;
|
||||
for (InterpreterCallbacks* cb : m_Callbacks)
|
||||
result = cb->LookupObject(LR, S) || result;
|
||||
|
Loading…
x
Reference in New Issue
Block a user