mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-16 15:57:52 +01:00
Comment where xml writing functions may throw
This commit is contained in:
@@ -101,6 +101,7 @@ BlockFilePtr PCMAliasBlockFile::Copy(wxFileNameWrapper &&newFileName)
|
||||
}
|
||||
|
||||
void PCMAliasBlockFile::SaveXML(XMLWriter &xmlFile)
|
||||
// may throw
|
||||
{
|
||||
xmlFile.StartTag(wxT("pcmaliasblockfile"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user