Codechange: use default dtor instead of empty (#10826)
This commit is contained in:
@@ -33,7 +33,7 @@ public:
|
||||
*/
|
||||
virtual void Stop() = 0;
|
||||
|
||||
virtual ~Driver() { }
|
||||
virtual ~Driver() = default;
|
||||
|
||||
/** The type of driver */
|
||||
enum Type {
|
||||
|
Reference in New Issue
Block a user