mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-04-28 21:07:15 +00:00
Fixed run-time bug in json parser
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user