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
+2 -2
View File
@@ -8,9 +8,9 @@
class BitParser: public ConfigBitstreamParser {
public:
BitParser(std::string filename, bool verbose = false);
BitParser(const std::string &filename, bool verbose = false);
~BitParser();
int parse();
int parse() override;
private:
int parseField();