mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-03 13:55:39 +02:00
Remove redundant override
specifier from functions that are declared final
This commit is contained in:

committed by
Chris Thrasher

parent
65cd203926
commit
1de7d0ed7b
@@ -23,7 +23,7 @@ namespace Catch {
|
||||
m_msg(msg)
|
||||
{}
|
||||
|
||||
const char* what() const noexcept override final;
|
||||
const char* what() const noexcept final;
|
||||
};
|
||||
|
||||
} // end namespace Catch
|
||||
|
Reference in New Issue
Block a user