ide: Fixed assist issue with inherited type

git-svn-id: svn://ultimatepp.org/upp/trunk@14882 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2020-08-22 17:40:54 +00:00
parent 56330b8fd4
commit 02ecd23f82

View file

@ -63,7 +63,7 @@ void ScopeInfo::Bases(int i, Vector<int>& g)
g.Add(nq);
}
if(*q == '\0')
return;
break;
q++;
b = q;
}