revert change of Vocabulary constructor from PR #2839 to fix build error in Cpp runtime test
This commit is contained in:
parent
99c3589742
commit
8f7faab0ee
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue