Skip to content

Commit 7d50cf7

Browse files
authored
Update NodeImpl.h
Added missing private:
1 parent a33c094 commit 7d50cf7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libdbcppp/NodeImpl.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ namespace dbcppp
2727
virtual bool operator==(const INode& rhs) const override;
2828
virtual bool operator!=(const INode& rhs) const override;
2929

30+
private:
3031
std::string _name;
3132
std::string _comment;
3233
std::vector<AttributeImpl> _attribute_values;
3334
};
34-
}
35+
}

0 commit comments

Comments
 (0)