mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-27 22:03:39 -06:00
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:
parent
56330b8fd4
commit
02ecd23f82
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ void ScopeInfo::Bases(int i, Vector<int>& g)
|
|||
g.Add(nq);
|
||||
}
|
||||
if(*q == '\0')
|
||||
return;
|
||||
break;
|
||||
q++;
|
||||
b = q;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue