From 5908f2af0697c2be0467b4a83e783d5155992f05 Mon Sep 17 00:00:00 2001 From: David Shah Date: Wed, 6 Jun 2018 20:54:42 +0200 Subject: json: Fixing the build Signed-off-by: David Shah --- frontend/json/jsonparse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/json/jsonparse.h') 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 #include "design.h" -extern void parse_json_file(std::istream *&, std::string &, Design *); +extern void parse_json_file(std::istream *&, std::string , Design *); #endif -- cgit v1.2.3