forgot to change this one
This commit is contained in:
parent
673c36bc68
commit
f66f0010bb
|
|
@ -29,7 +29,7 @@ import containers.hashset;
|
||||||
|
|
||||||
void thirdPass(Scope* mscope, ref ModuleCache cache, size_t cursorPosition)
|
void thirdPass(Scope* mscope, ref ModuleCache cache, size_t cursorPosition)
|
||||||
{
|
{
|
||||||
auto desired = first.moduleScope.getScopeByCursor(cursorPosition);
|
auto desired = mscope.getScopeByCursor(cursorPosition);
|
||||||
tryResolve(desired, cache);
|
tryResolve(desired, cache);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue