adding missing default constructor for sim output artifact
This commit is contained in:
parent
92da7dfb62
commit
679fd93555
1 changed files with 1 additions and 0 deletions
|
|
@ -297,6 +297,7 @@ class SignalListArtifact: public Artifact {
|
|||
class SimOutputArtifact: public Artifact {
|
||||
public:
|
||||
|
||||
SimOutputArtifact() {};
|
||||
SimOutputArtifact(const std::vector<std::string>& sim_log, const std::vector<std::string>& error_log);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue