mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-21 16:11:11 +01:00
Comment where xml writing functions may throw
This commit is contained in:
@@ -39,6 +39,7 @@ size_t SilentBlockFile::ReadData(samplePtr data, sampleFormat format,
|
||||
}
|
||||
|
||||
void SilentBlockFile::SaveXML(XMLWriter &xmlFile)
|
||||
// may throw
|
||||
{
|
||||
xmlFile.StartTag(wxT("silentblockfile"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user