mirror of
https://github.com/PabloMK7/citra
synced 2024-11-15 05:08:23 +00:00
configure_system: Add missing override specifier on the destructor
This commit is contained in:
parent
452cfb46a9
commit
97cdf44ddd
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class ConfigureSystem : public QWidget {
|
|||
|
||||
public:
|
||||
explicit ConfigureSystem(QWidget* parent = nullptr);
|
||||
~ConfigureSystem();
|
||||
~ConfigureSystem() override;
|
||||
|
||||
void applyConfiguration();
|
||||
void setConfiguration();
|
||||
|
|
Loading…
Reference in a new issue