picout fix
This commit is contained in:
@@ -470,7 +470,7 @@ PIString & PIString::operator +=(const wchar_t * str) {
|
||||
|
||||
|
||||
PIString & PIString::operator +=(const PIString & str) {
|
||||
*((PIDeque<PIChar>*)this) << *((PIDeque<PIChar>*)&str);
|
||||
PIDeque<PIChar>::append(*(const PIDeque<PIChar>*)&str);
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user