Remove all non const reference parameters
This commit is contained in:
parent
a411e43484
commit
661314cf4e
20 changed files with 37 additions and 37 deletions
|
|
@ -14,7 +14,7 @@ namespace tree_sitter {
|
|||
size_t hash_code() const;
|
||||
rule_ptr copy() const;
|
||||
std::string to_string() const;
|
||||
void accept(Visitor &visitor) const;
|
||||
void accept(Visitor *visitor) const;
|
||||
|
||||
rule_ptr to_rule_tree() const;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue