mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-19 10:05: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:
@@ -65,7 +65,7 @@ enum TxType
|
||||
class TxFormats : public KnownFormats <TxType>
|
||||
{
|
||||
private:
|
||||
void addCommonFields (Item& item);
|
||||
void addCommonFields (Item& item) override;
|
||||
|
||||
public:
|
||||
/** Create the object.
|
||||
|
||||
Reference in New Issue
Block a user