Skip to content

Commit

Permalink
revert change of Vocabulary constructor from PR antlr#2839 to fix bui…
Browse files Browse the repository at this point in the history
…ld error in Cpp runtime test
  • Loading branch information
Felix Nieuwenhuizen committed Nov 27, 2020
1 parent e7bfe64 commit 607a5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/Cpp/runtime/src/Vocabulary.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace dfa {
/// except <seealso cref="Token#EOF"/>.</para>
static const Vocabulary EMPTY_VOCABULARY;

Vocabulary() = default;
Vocabulary() {}
Vocabulary(Vocabulary const&) = default;
virtual ~Vocabulary();

Expand Down

0 comments on commit 607a5be

Please sign in to comment.