forgot to change this one

This commit is contained in:
ryuukk 2023-02-03 20:47:57 +01:00
parent 673c36bc68
commit f66f0010bb
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import containers.hashset;
void thirdPass(Scope* mscope, ref ModuleCache cache, size_t cursorPosition)
{
auto desired = first.moduleScope.getScopeByCursor(cursorPosition);
auto desired = mscope.getScopeByCursor(cursorPosition);
tryResolve(desired, cache);
}