mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-21 05:31:13 +01:00
Comment where xml writing functions may throw
This commit is contained in:
@@ -205,6 +205,7 @@ XMLTagHandler *TimeTrack::HandleXMLChild(const wxChar *tag)
|
||||
}
|
||||
|
||||
void TimeTrack::WriteXML(XMLWriter &xmlFile) const
|
||||
// may throw
|
||||
{
|
||||
xmlFile.StartTag(wxT("timetrack"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user