mirror of
https://github.com/NGSolve/netgen.git
synced 2025-03-24 15:37:56 +05:00
const ...
This commit is contained in:
parent
9e28b04e33
commit
9d8da15604
@ -51,7 +51,7 @@ namespace ngcore
|
||||
}
|
||||
}
|
||||
}
|
||||
catch (std::invalid_argument&)
|
||||
catch (const std::invalid_argument&)
|
||||
{}
|
||||
}
|
||||
VersionInfo(const char* cstr) : VersionInfo(std::string(cstr)) { }
|
||||
|
Loading…
x
Reference in New Issue
Block a user