Use wxString::clear() instead of assignment to wxEmptyString
This commit is contained in:
@@ -1311,7 +1311,7 @@ void wxGridStringTable::Clear()
|
||||
{
|
||||
for ( col = 0; col < numCols; col++ )
|
||||
{
|
||||
m_data[row][col] = wxEmptyString;
|
||||
m_data[row][col].clear();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user