mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Use override for destructors
This commit is contained in:
@@ -47,7 +47,7 @@ namespace BlackGui
|
||||
explicit CCockpitComComponent(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CCockpitComComponent();
|
||||
virtual ~CCockpitComComponent() override;
|
||||
|
||||
//! Set to BlackMisc::Aviation::CTransponder::StateIdent
|
||||
void setTransponderModeStateIdent();
|
||||
|
||||
Reference in New Issue
Block a user