remove PIString operator <<

This commit is contained in:
Бычков Андрей
2022-07-22 14:34:11 +03:00
parent b4bd6646b4
commit be1ccc4f0a
3 changed files with 18 additions and 16 deletions

View File

@@ -150,7 +150,7 @@ CDSection CDParser::parse(PIIODevice * d, int cdsection_type) {
ts.section(evals[i]).alias = enames[i];
}
ts.name = is.name;
ts.name.insert(ibpos, PIString("[") << a << "]");
ts.name.insert(ibpos, PIString('[') + a + ']');
is = ts;
ts = CDSection(et);
}