Merge pull request #1954 from kosak/no-attribute-on-enum-class

Remove the useless visibility attribute from this "enum class" declaration
This commit is contained in:
Terence Parr 2017-10-10 12:40:31 -07:00 committed by GitHub
commit cb558ccb48
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ namespace atn {
* utility methods for analyzing configuration sets for conflicts and/or
* ambiguities.
*/
enum class ANTLR4CPP_PUBLIC PredictionMode {
enum class PredictionMode {
/**
* The SLL(*) prediction mode. This prediction mode ignores the current
* parser context when making predictions. This is the fastest prediction