X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fprogramcompiler.h;h=8d7d1ad13b9c62b2b4dc0941c08c1a3cdb9fd6aa;hb=7503b8514cfcc9861c74cfebb0c60db3f72fa29b;hp=2a31a962b989a5cec0021e82584f75a7036ccac4;hpb=8812fe9fc71b997246ddfdedb8a91932b679d2d3;p=libs%2Fgl.git diff --git a/source/programcompiler.h b/source/programcompiler.h index 2a31a962..8d7d1ad1 100644 --- a/source/programcompiler.h +++ b/source/programcompiler.h @@ -168,6 +168,7 @@ private: ExpressionEvaluator(const ValueMap &); virtual void visit(ProgramSyntax::Literal &); + virtual void visit(ProgramSyntax::ParenthesizedExpression &); virtual void visit(ProgramSyntax::VariableReference &); virtual void visit(ProgramSyntax::UnaryExpression &); virtual void visit(ProgramSyntax::BinaryExpression &);