SemanticContext::Operator: explicit virtual dtor

This commit is contained in:
Jan Martin Mikkelsen 2017-06-12 19:44:34 +10:00
parent 63fc7cb7a7
commit fad048897e
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ namespace atn {
*/
class ANTLR4CPP_PUBLIC SemanticContext::Operator : public SemanticContext {
public:
~Operator();
virtual ~Operator() override;
/**
* Gets the operands for the semantic context operator.