Use `override` instead of `virtual`
- Apr 18, 2017
-
-
Ansgar Burchardt authored
The `override` specifier makes sure that the function is virtual and overrides a virtual function from the base class.
-
The override
specifier makes sure that the function is virtual and
overrides a virtual function from the base class.
The `override` specifier makes sure that the function is virtual and overrides a virtual function from the base class.