From e8534447be4e5ffcbd1d6fd44cb423e353862e8d Mon Sep 17 00:00:00 2001 From: codeboss <2422523675@qq.com> Date: Sat, 13 Jul 2024 06:20:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B=E6=95=B4=E7=90=86=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libSyntax/ast_basic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libSyntax/ast_basic.h b/libSyntax/ast_basic.h index 0346e9f..238eb76 100644 --- a/libSyntax/ast_basic.h +++ b/libSyntax/ast_basic.h @@ -88,10 +88,10 @@ namespace ast_basic { public: ExpressionContext(); + // ͨ¹ý IContext ¼Ì³Ð virtual void setCurrentFile(const QString& path); virtual QString currentFile() const; - // ͨ¹ý IContext ¼Ì³Ð std::shared_ptr currentExprInst() const override; void pushExprInst(std::shared_ptr current_inst) override; std::shared_ptr popExprInst() override;