mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-24 07:30:30 +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:
@@ -86,7 +86,7 @@ public:
|
||||
BEAST_EXPECT(result == "hello");
|
||||
}
|
||||
|
||||
void run ()
|
||||
void run () override
|
||||
{
|
||||
testParseUrl ();
|
||||
testUnHex ();
|
||||
|
||||
Reference in New Issue
Block a user