mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-07 08:26:28 +00:00
Correct Electron target name.
This commit is contained in:
@@ -1114,7 +1114,7 @@ void MainWindow::start_atariST() {
|
||||
}
|
||||
|
||||
void MainWindow::start_electron() {
|
||||
using Target = Analyser::Static::Acorn::Target;
|
||||
using Target = Analyser::Static::Acorn::ElectronTarget;
|
||||
auto target = std::make_unique<Target>();
|
||||
|
||||
target->has_dfs = ui->electronDFSCheckBox->isChecked();
|
||||
|
Reference in New Issue
Block a user