aboutsummaryrefslogtreecommitdiffstats
path: root/ice40
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-06-26 15:58:35 +0200
committerDavid Shah <davey1576@gmail.com>2018-06-26 15:58:35 +0200
commit95de0a36b43776ffd07993ff7d2be994981aa8fb (patch)
treef40c72cd0a4aaa0df13a9ef7401d7dc73a235ce7 /ice40
parent21d5a04501e411b8c1391606c1eafba5d4789c41 (diff)
parent0bd73c19778c9bdbc8e6d85c120715e239a9bc0d (diff)
downloadnextpnr-95de0a36b43776ffd07993ff7d2be994981aa8fb.tar.gz
nextpnr-95de0a36b43776ffd07993ff7d2be994981aa8fb.tar.bz2
nextpnr-95de0a36b43776ffd07993ff7d2be994981aa8fb.zip
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr
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();