From 0360d704ed091e6a03525f84a70fe1c2d8e2c66d Mon Sep 17 00:00:00 2001 From: Roy Qu Date: Sun, 5 Dec 2021 20:27:09 +0800 Subject: [PATCH] work save --- RedPandaIDE/parser/cppparser.h | 1 + 1 file changed, 1 insertion(+) diff --git a/RedPandaIDE/parser/cppparser.h b/RedPandaIDE/parser/cppparser.h index c6df0707..22202288 100644 --- a/RedPandaIDE/parser/cppparser.h +++ b/RedPandaIDE/parser/cppparser.h @@ -243,6 +243,7 @@ private: int &pos, const PStatement& currentScope, bool freeScoped); + int getBracketEnd(const QString& s, int startAt); StatementClassScope getClassScope(int index); int getCurrentBlockBeginSkip();