Skip to content

Commit

Permalink
Added explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed Jan 16, 2024
1 parent 17f4df6 commit c4346a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/vsg/nodes/InstrumentationNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace vsg
{
public:
InstrumentationNode();
InstrumentationNode(ref_ptr<Node> in_child);
explicit InstrumentationNode(ref_ptr<Node> in_child);

void traverse(Visitor& visitor) override;
void traverse(ConstVisitor& visitor) const override;
Expand Down

0 comments on commit c4346a7

Please sign in to comment.