revert change of Vocabulary constructor from PR #2839 to fix build error in Cpp runtime test

This commit is contained in:
Felix Nieuwenhuizen 2020-10-04 15:09:41 +02:00
parent 99c3589742
commit 8f7faab0ee
1 changed files with 1 additions and 1 deletions

View File

@ -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();