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:
@@ -53,7 +53,7 @@ namespace BlackGui
|
||||
explicit CAtcStationComponent(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CAtcStationComponent();
|
||||
virtual ~CAtcStationComponent() override;
|
||||
|
||||
//! Number of booked stations
|
||||
int countBookedStations() const;
|
||||
|
||||
Reference in New Issue
Block a user