aboutsummaryrefslogtreecommitdiffstats
path: root/AST.h
diff options
context:
space:
mode:
Diffstat (limited to 'AST.h')
-rwxr-xr-xAST.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/AST.h b/AST.h
index fefd0e94..7bcdd99f 100755
--- a/AST.h
+++ b/AST.h
@@ -473,7 +473,7 @@ private:
/**
* Definition of a (loggable) event.
*/
-class EventDefinition: public Declaration, public Documented
+class EventDefinition: public Declaration, public VariableScope, public Documented
{
public:
EventDefinition(Location const& _location,