From f06ad0ad8cada35e83ed54b010f3f80dc9426cef Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Thu, 6 Jul 2023 20:08:48 +0200 Subject: [PATCH] update dparse --- dexed-d/src/symlist.d | 2 +- etc/libdparse | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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