App: modernize C++: use override
This commit is contained in:
@@ -175,7 +175,7 @@ public:
|
||||
// cannot move this to the initializer list to avoid warning
|
||||
imp = new FeaturePythonImp(this);
|
||||
}
|
||||
virtual ~FeaturePythonT() {
|
||||
~FeaturePythonT() override {
|
||||
delete imp;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user