mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-09-07 03:42:59 +02:00
cppcheck
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user