mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-11-24 13:42:06 +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