Skip to content

Commit

Permalink
Update Node_decl.h
Browse files Browse the repository at this point in the history
Fixed lint issue
  • Loading branch information
yapa-ymtl authored Aug 10, 2024
1 parent f6e4ecf commit 4bfa986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/CXXGraph/Node/Node_decl.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Node {
const CXXGraph::id_t &getId() const;
const std::string &getUserId() const;
const T &getData() const;
T &getData();
T& getData();
void setData(T &&new_data);
// operator
bool operator==(const Node<T> &b) const;
Expand Down

0 comments on commit 4bfa986

Please sign in to comment.