Fix virtual methods (#4616)

This commit is contained in:
Ryszard Rozak
2023-10-24 15:51:46 +02:00
committed by GitHub
parent 17721aff55
commit 84125d7c92
6 changed files with 72 additions and 2 deletions
+1
View File
@@ -310,6 +310,7 @@ private:
baseRandCallp->taskp(baseRandomizep);
baseRandCallp->dtypeFrom(baseRandomizep->dtypep());
baseRandCallp->classOrPackagep(nodep->extendsp()->classp());
baseRandCallp->superReference(true);
beginValp = baseRandCallp;
}
}