mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-07-04 02:01:51 +00:00
fix missing noexcept
This commit is contained in:
@ -18,7 +18,7 @@ const std::string& SizeCalculationException::Message() const
|
|||||||
return m_message;
|
return m_message;
|
||||||
}
|
}
|
||||||
|
|
||||||
char const* SizeCalculationException::what() const
|
char const* SizeCalculationException::what() const noexcept
|
||||||
{
|
{
|
||||||
return m_message.c_str();
|
return m_message.c_str();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user