summaryrefslogtreecommitdiffstats
path: root/tools/aidl/AST.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/aidl/AST.h')
-rwxr-xr-xtools/aidl/AST.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aidl/AST.h b/tools/aidl/AST.h
index bb090e0..ead5e7a 100755
--- a/tools/aidl/AST.h
+++ b/tools/aidl/AST.h
@@ -114,7 +114,7 @@ struct Statement
virtual void Write(FILE* to) = 0;
};
-struct StatementBlock
+struct StatementBlock : public Statement
{
vector<Statement*> statements;