Skip to content

Commit

Permalink
Update NodeImpl.h
Browse files Browse the repository at this point in the history
Added missing private:
  • Loading branch information
xR3b0rn authored Mar 28, 2022
1 parent a33c094 commit 7d50cf7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libdbcppp/NodeImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ namespace dbcppp
virtual bool operator==(const INode& rhs) const override;
virtual bool operator!=(const INode& rhs) const override;

private:
std::string _name;
std::string _comment;
std::vector<AttributeImpl> _attribute_values;
};
}
}

0 comments on commit 7d50cf7

Please sign in to comment.