ide: Fixed ALT+I issue with empty result #1213

git-svn-id: svn://ultimatepp.org/upp/trunk@8922 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-09-14 11:36:28 +00:00
parent 34e774b636
commit e56c370dac
4 changed files with 4 additions and 5 deletions

View file

@ -81,7 +81,7 @@ void AssistEditor::DCopy()
for(int i = 0; i < id.GetCount(); i++)
r << "\tvoid " << id[i] << "();\n";
}
else
else
for(int i = 0; i < cpp.GetCount(); i++) {
const Array<CppItem>& n = cpp[i];
bool decl = decla;