mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-15 07:25:17 +01:00
Comment where xml writing functions may throw
This commit is contained in:
@@ -191,6 +191,7 @@ BlockFilePtr ODDecodeBlockFile::Copy(wxFileNameWrapper &&newFileName)
|
||||
/// Most notably, the summaryfile attribute refers to a file that does not yet, so when the project file is read back in
|
||||
/// and this object reconstructed, it needs to avoid trying to open it as well as schedule itself for OD loading
|
||||
void ODDecodeBlockFile::SaveXML(XMLWriter &xmlFile)
|
||||
// may throw
|
||||
{
|
||||
LockRead();
|
||||
if(IsSummaryAvailable())
|
||||
|
||||
Reference in New Issue
Block a user