From f66f0010bb06fcf800ca2047526191f1f81a279a Mon Sep 17 00:00:00 2001 From: ryuukk Date: Fri, 3 Feb 2023 20:47:57 +0100 Subject: [PATCH] forgot to change this one --- dsymbol/src/dsymbol/conversion/third.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsymbol/src/dsymbol/conversion/third.d b/dsymbol/src/dsymbol/conversion/third.d index 8cfbc48..c0054cc 100644 --- a/dsymbol/src/dsymbol/conversion/third.d +++ b/dsymbol/src/dsymbol/conversion/third.d @@ -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); }