aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/json/jsonparse.h
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-06-06 20:54:42 +0200
committerDavid Shah <davey1576@gmail.com>2018-06-06 20:54:42 +0200
commit5908f2af0697c2be0467b4a83e783d5155992f05 (patch)
tree099e9ccc3f0bb6c84fea42058ab7838fd1e8831b /frontend/json/jsonparse.h
parent16b9a2f1b5ad10aa0b426183b4e071d3afb09e88 (diff)
downloadnextpnr-5908f2af0697c2be0467b4a83e783d5155992f05.tar.gz
nextpnr-5908f2af0697c2be0467b4a83e783d5155992f05.tar.bz2
nextpnr-5908f2af0697c2be0467b4a83e783d5155992f05.zip
json: Fixing the build
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'frontend/json/jsonparse.h')
-rw-r--r--frontend/json/jsonparse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/json/jsonparse.h b/frontend/json/jsonparse.h
index 12bf6dcd..6b444be9 100644
--- a/frontend/json/jsonparse.h
+++ b/frontend/json/jsonparse.h
@@ -24,6 +24,6 @@
#include <istream>
#include "design.h"
-extern void parse_json_file(std::istream *&, std::string &, Design *);
+extern void parse_json_file(std::istream *&, std::string , Design *);
#endif