From 32995a31c6e0bad9841d0d63b4e35ee73065f85f Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Sun, 11 Dec 2022 20:19:56 +0100 Subject: [PATCH] Fix a compil issue --- eeschema/sim/ngspice.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eeschema/sim/ngspice.cpp b/eeschema/sim/ngspice.cpp index 52dd60ecff..f9b1665905 100644 --- a/eeschema/sim/ngspice.cpp +++ b/eeschema/sim/ngspice.cpp @@ -439,9 +439,9 @@ void NGSPICE::init_dll() wxFileName dllFile( "", NGSPICE_DLL_FILE ); #if defined(__WINDOWS__) #if defined( _MSC_VER ) - const std::vector dllPaths = { "" }; + const std::vector dllPaths = { "" }; #else - const std::vector dllPaths = { "", "/mingw64/bin", "/mingw32/bin" }; + const std::vector dllPaths = { "", "/mingw64/bin", "/mingw32/bin" }; #endif #elif defined(__WXMAC__) const std::vector dllPaths = {