Fix a compil issue

This commit is contained in:
jean-pierre charras 2022-12-11 20:19:56 +01:00
parent 5c53daadb0
commit 32995a31c6
1 changed files with 2 additions and 2 deletions

View File

@ -439,9 +439,9 @@ void NGSPICE::init_dll()
wxFileName dllFile( "", NGSPICE_DLL_FILE );
#if defined(__WINDOWS__)
#if defined( _MSC_VER )
const std::vector<string> dllPaths = { "" };
const std::vector<std::string> dllPaths = { "" };
#else
const std::vector<string> dllPaths = { "", "/mingw64/bin", "/mingw32/bin" };
const std::vector<std::string> dllPaths = { "", "/mingw64/bin", "/mingw32/bin" };
#endif
#elif defined(__WXMAC__)
const std::vector<std::string> dllPaths = {