mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-12 19:47:27 +00:00
fix: linux build
This commit is contained in:
@@ -72,7 +72,7 @@ namespace
|
||||
return m_message;
|
||||
}
|
||||
|
||||
[[nodiscard]] const char* what() const override
|
||||
[[nodiscard]] const char* what() const noexcept override
|
||||
{
|
||||
return m_message.c_str();
|
||||
}
|
||||
|
Reference in New Issue
Block a user