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
@@ -8,7 +8,7 @@
class ConfigBitstreamParser {
public:
ConfigBitstreamParser(std::string filename, int mode = ASCII_MODE,
ConfigBitstreamParser(const std::string &filename, int mode = ASCII_MODE,
bool verbose = false);
virtual ~ConfigBitstreamParser();
virtual int parse() = 0;