diff --git a/dexed-d/src/symlist.d b/dexed-d/src/symlist.d index e38c8205..4df9f816 100644 --- a/dexed-d/src/symlist.d +++ b/dexed-d/src/symlist.d @@ -432,7 +432,7 @@ static assert (!MustAddGcRange!(SymbolListBuilder!(ListFmt.Pas))); override void visit(const ContinueStatement) {} override void visit(const Deprecated) {} override void visit(const Expression) {} - override void visit(const ExpressionNode) {} + override void dynamicDispatch(const ExpressionNode) {} override void visit(const ExpressionStatement) {} override void visit(const FunctionAttribute) {} override void visit(const FunctionContract) {} diff --git a/etc/libdparse b/etc/libdparse index b94a1573..fe6d1e38 160000 --- a/etc/libdparse +++ b/etc/libdparse @@ -1 +1 @@ -Subproject commit b94a1573acc5c5c6b21794970af5907f2a21822d +Subproject commit fe6d1e38fb4fc04323170389cfec67ed7fd4e24a