Merge pull request #1191 from edcote/patch-2
remove string type ambiguity in header
This commit is contained in:
commit
6c6afc5bc9
@ -12,7 +12,7 @@ class VerilatedVcdFILE : public VerilatedVcdFile {
|
|||||||
public:
|
public:
|
||||||
VerilatedVcdFILE(FILE* file) : file(file) {}
|
VerilatedVcdFILE(FILE* file) : file(file) {}
|
||||||
~VerilatedVcdFILE() {}
|
~VerilatedVcdFILE() {}
|
||||||
bool open(const string& name) override {
|
bool open(const std::string& name) override {
|
||||||
// file should already be open
|
// file should already be open
|
||||||
return file != NULL;
|
return file != NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user