mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Comment where xml writing functions may throw
This commit is contained in:
@@ -2266,6 +2266,7 @@ XMLTagHandler *LabelTrack::HandleXMLChild(const wxChar *tag)
|
||||
}
|
||||
|
||||
void LabelTrack::WriteXML(XMLWriter &xmlFile) const
|
||||
// may throw
|
||||
{
|
||||
int len = mLabels.size();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user