remove PIString operator <<
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user