From 9bbcd9f76be75144407a2f644405f4e1209a2386 Mon Sep 17 00:00:00 2001 From: Vadim Kuznetsov Date: Sat, 1 Jun 2024 20:00:18 +0300 Subject: [PATCH] Add default initializer for needsPrefix --- qucs/extsimkernels/abstractspicekernel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/qucs/extsimkernels/abstractspicekernel.cpp b/qucs/extsimkernels/abstractspicekernel.cpp index 62e1766a6..1e2f68470 100644 --- a/qucs/extsimkernels/abstractspicekernel.cpp +++ b/qucs/extsimkernels/abstractspicekernel.cpp @@ -49,6 +49,7 @@ AbstractSpiceKernel::AbstractSpiceKernel(Schematic *sch_, QObject *parent) : { Sch = sch_; console = nullptr; + needsPrefix = false; if (Sch->showBias == 0) DC_OP_only = true; else DC_OP_only = false;