mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 08:30:06 +02:00
Fix compilation with llvm 11.0.1
This commit is contained in:
parent
bef40f0ab9
commit
d47264accf
@ -572,7 +572,7 @@ void Grid::OnKeyDown(wxKeyEvent &event)
|
|||||||
{
|
{
|
||||||
wxTextDataObject *data = safenew wxTextDataObject(GetCellValue(crow, ccol));
|
wxTextDataObject *data = safenew wxTextDataObject(GetCellValue(crow, ccol));
|
||||||
wxClipboard::Get()->SetData(data);
|
wxClipboard::Get()->SetData(data);
|
||||||
SetCellValue(crow, ccol, {});
|
SetCellValue(crow, ccol, "" );
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user