mirror of
https://github.com/86Box/86Box.git
synced 2026-02-25 21:43:16 -07:00
Fix two CLang warnings.
This commit is contained in:
@@ -351,7 +351,7 @@ illegal_chars:
|
||||
}
|
||||
});
|
||||
|
||||
connect(vm_model, &VMManagerModel::globalConfigurationChanged, this, [this] () {
|
||||
connect(vm_model, &VMManagerModel::globalConfigurationChanged, this, [] () {
|
||||
vmm_main_window->updateSettings();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user