aboutsummaryrefslogtreecommitdiffstats
path: root/ice40
diff options
context:
space:
mode:
Diffstat (limited to 'ice40')
-rw-r--r--ice40/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ice40/main.cc b/ice40/main.cc
index 4fd16099..ecaba87f 100644
--- a/ice40/main.cc
+++ b/ice40/main.cc
@@ -399,7 +399,7 @@ int main(int argc, char *argv[])
#ifndef NO_GUI
if (vm.count("gui")) {
Application a(argc, argv);
- MainWindow w(&ctx);
+ MainWindow w;
w.show();
rc = a.exec();