Add missing exception specificaiton for gcc/clang

This commit is contained in:
Mark Roszko
2026-01-12 23:05:03 -05:00
parent be93ccad87
commit 3734bb3b0c
+1 -1
View File
@@ -67,7 +67,7 @@ void IO_ERROR::init( const wxString& aProblem, const char* aThrowersFile,
}
const char* IO_ERROR::what() const
const char* IO_ERROR::what() const throw()
{
return problem.utf8_str().data();
}