1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-07 12:12:23 +01:00

Missing alias dialog tracking is non-intrusive in class AudacityProject

This commit is contained in:
Paul Licameli
2019-04-30 07:18:56 -04:00
parent e227d4dfb1
commit f123ea5faa
5 changed files with 29 additions and 30 deletions

View File

@@ -37,6 +37,8 @@ void Show(AudacityProject *parent,
const wxString &helpPage,
const bool Close = true);
wxDialog *Find( const AudacityProject &project );
}
#endif