mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-02 16:26:48 +00:00
Add missing override keyword:
* Enable the `suggest-override` warning for gcc * Fix all functions that were flagged by that warning
This commit is contained in:
@@ -248,7 +248,7 @@ public:
|
||||
checkLess("0.9.9", "1.0.0");
|
||||
}
|
||||
|
||||
void run()
|
||||
void run() override
|
||||
{
|
||||
testParse();
|
||||
testValues();
|
||||
|
||||
Reference in New Issue
Block a user