mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 00:02:55 +00:00
fix missing noexcept
This commit is contained in:
parent
0bca307208
commit
9009543c58
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user