Forward-declared LOGICAL_ERROR to make style check happy

This commit is contained in:
Vasily Nemkov 2021-09-27 09:43:13 +03:00 committed by GitHub
parent 121dfe26b6
commit 544cccb2fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ namespace ErrorCodes
extern const int TOO_DEEP_AST; extern const int TOO_DEEP_AST;
extern const int BAD_ARGUMENTS; extern const int BAD_ARGUMENTS;
extern const int UNKNOWN_ELEMENT_IN_AST; extern const int UNKNOWN_ELEMENT_IN_AST;
extern const int LOGICAL_ERROR;
} }