SemanticContext::Operator: explicit virtual dtor
This commit is contained in:
parent
63fc7cb7a7
commit
fad048897e
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue