From ff5a719d8bacf57617f89cc9ac43a25b981455e4 Mon Sep 17 00:00:00 2001 From: ZipCPU Date: Wed, 6 Jun 2018 15:02:20 -0400 Subject: Fixed run-time bug in json parser --- frontend/json/jsonparse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend') diff --git a/frontend/json/jsonparse.h b/frontend/json/jsonparse.h index 6b444be9..12bf6dcd 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