diff options
Diffstat (limited to 'ice40')
-rw-r--r-- | ice40/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ice40/main.cc b/ice40/main.cc index 7f913bb3..d8435b73 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(); |