This commit is contained in:
Gwenhael Goavec-Merou
2020-08-19 16:53:49 +02:00
parent 050aa94b8b
commit 2b3c9f0f8f
6 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ using namespace std;
#define display(...) \
do { if (_verbose) fprintf(stdout, __VA_ARGS__);} while(0)
BitParser::BitParser(string filename, bool verbose):
BitParser::BitParser(const string &filename, bool verbose):
ConfigBitstreamParser(filename, ConfigBitstreamParser::BIN_MODE,
verbose), fieldA(), part_name(), date(), hour(),
design_name(), userID(), toolVersion()