Skip to content

Commit

Permalink
Merge pull request #2426 from hannemann-tamas/master
Browse files Browse the repository at this point in the history
virtual dtor for ParseTreeProperty
  • Loading branch information
parrt authored Nov 30, 2018
2 parents 8268fdd + 8023013 commit b3f00ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions contributors.txt
Original file line number Diff line number Diff line change
Expand Up @@ -208,3 +208,4 @@ YYYY/MM/DD, github id, Full name, email
2018/11/12, vinoski, Steve Vinoski, vinoski@ieee.org
2018/11/14, nxtstep, Adriaan (Arjan) Duz, codewithadriaan[et]gmail[dot]com
2018/11/15, amykyta3, Alex Mykyta, amykyta3@users.noreply.github.com
2018/11/29, hannemann-tamas, Ralf Hannemann-Tamas, ralf.ht@gmail.com
1 change: 1 addition & 0 deletions runtime/Cpp/runtime/src/tree/ParseTreeProperty.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ namespace tree {
template<typename V>
class ANTLR4CPP_PUBLIC ParseTreeProperty {
public:
virtual ~ParseTreeProperty() {}
virtual V get(ParseTree *node) {
return _annotations[node];
}
Expand Down

0 comments on commit b3f00ca

Please # to comment.