From 02ecd23f82cd69bcc0def8373f224b30bcbe12e9 Mon Sep 17 00:00:00 2001 From: cxl Date: Sat, 22 Aug 2020 17:40:54 +0000 Subject: [PATCH] ide: Fixed assist issue with inherited type git-svn-id: svn://ultimatepp.org/upp/trunk@14882 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/CppBase/ScopeInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppsrc/CppBase/ScopeInfo.cpp b/uppsrc/CppBase/ScopeInfo.cpp index ab83d5a41..c7eb570e7 100644 --- a/uppsrc/CppBase/ScopeInfo.cpp +++ b/uppsrc/CppBase/ScopeInfo.cpp @@ -63,7 +63,7 @@ void ScopeInfo::Bases(int i, Vector& g) g.Add(nq); } if(*q == '\0') - return; + break; q++; b = q; }