mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 21:58:03 -06:00
exception what() method shall be noexcept.
This commit is contained in:
parent
67ce4d862b
commit
de2c6a2a3d
1 changed files with 1 additions and 1 deletions
|
@ -998,7 +998,7 @@ protected:
|
|||
class UnknownOptionException : public std::exception
|
||||
{
|
||||
public:
|
||||
const char* what() const _NOEXCEPT override { return "Unknown config option"; }
|
||||
const char* what() const noexcept override { return "Unknown config option"; }
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue