mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-26 14:21:49 +00:00
Fix more gcc compilation issues
This commit is contained in:
@ -5,7 +5,7 @@ std::string TooManyAuthedGroupsException::DetailedMessage()
|
||||
return "Loaded fastfile has too many authed groups.";
|
||||
}
|
||||
|
||||
char const* TooManyAuthedGroupsException::what() const
|
||||
char const* TooManyAuthedGroupsException::what() const noexcept
|
||||
{
|
||||
return "Loaded fastfile has too many authed groups.";
|
||||
}
|
Reference in New Issue
Block a user