mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 18:25:42 +08:00
Use override for destructors
This commit is contained in:
@@ -40,7 +40,7 @@ namespace BlackGui
|
||||
explicit CAircraftIcaoForm(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CAircraftIcaoForm();
|
||||
virtual ~CAircraftIcaoForm() override;
|
||||
|
||||
//! Get value
|
||||
BlackMisc::Aviation::CAircraftIcaoCode getValue() const;
|
||||
|
||||
Reference in New Issue
Block a user