aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/json/jsonparse.h
diff options
context:
space:
mode:
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