1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-22 12:33:29 +00:00

Correct Electron target name.

This commit is contained in:
Thomas Harte 2024-05-29 22:24:15 -04:00
parent c67a53e95b
commit a8ac8f4a23

View File

@ -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();