mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 13:35:34 +08:00
Use override for destructors
This commit is contained in:
@@ -44,7 +44,7 @@ namespace BlackMisc
|
||||
CAircraftModelLoaderXPlane(QObject *parent = nullptr);
|
||||
|
||||
//! Virtual destructor
|
||||
virtual ~CAircraftModelLoaderXPlane();
|
||||
virtual ~CAircraftModelLoaderXPlane() override;
|
||||
|
||||
//! \name Interface functions
|
||||
//! @{
|
||||
|
||||
Reference in New Issue
Block a user