mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 00:25:35 +08:00
Use override for destructors
This commit is contained in:
@@ -40,7 +40,7 @@ namespace BlackGui
|
||||
QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CInterpolationLogDisplayDialog();
|
||||
virtual ~CInterpolationLogDisplayDialog() override;
|
||||
|
||||
//! Set simulator
|
||||
void setSimulator(BlackCore::ISimulator *simulator);
|
||||
|
||||
Reference in New Issue
Block a user