1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-04 01:29:43 +02:00
audacity/src/Legacy.h
Paul Licameli 372393f49e Rewrite comments about exception safety guarantees with Doxygen...
... Defining a new macro, which generates a special paragraph with links to a
new page describing the principles.
2020-08-22 23:07:28 -04:00

20 lines
448 B
C++

/**********************************************************************
Audacity: A Digital Audio Editor
Legacy.h
Dominic Mazzoni
**********************************************************************/
#include <wx/defs.h>
class wxFileName;
//! Update Audacity 1.0 file in-place to XML format
/*! @return true if successful, else no effect on the file
@excsafety{Strong}
*/
bool ConvertLegacyProjectFile(const wxFileName &filename);