mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 23:38:09 -05:00
fix compilation on gcc
This commit is contained in:
@ -9,7 +9,7 @@ class GdtReadingException : public std::exception
|
||||
{
|
||||
public:
|
||||
explicit GdtReadingException(std::string message);
|
||||
_NODISCARD const char* what() const override;
|
||||
_NODISCARD const char* what() const noexcept override;
|
||||
|
||||
private:
|
||||
std::string m_message;
|
||||
|
Reference in New Issue
Block a user