Adding override/final to overridden virtual methods.

C++11 compilers complain about overridden virtual methods
not being specified as either final or overridden.
This commit is contained in:
Seth Hall 2016-01-16 23:35:31 -05:00
parent ad61267ce6
commit a58c308427
15 changed files with 282 additions and 282 deletions

View file

@ -49,7 +49,7 @@ public:
// closed, not active, or whatever.
int Close();
void Describe(ODesc* d) const;
void Describe(ODesc* d) const override;
void SetRotateInterval(double secs);