1
0

Merge 'origin/master' into auto-plusargs

This commit is contained in:
Schuyler Eldridge
2018-01-16 15:45:53 -05:00
2 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,7 @@ class VerilatedVcdFILE : public VerilatedVcdFile {
public:
VerilatedVcdFILE(FILE* file) : file(file) {}
~VerilatedVcdFILE() {}
bool open(const string& name) override {
bool open(const std::string& name) override {
// file should already be open
return file != NULL;
}