mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-11 07:06:33 +01:00
Pass ChoiceSetting to StartRadioButtonGroup...
... and we don't need to pass strings to TieRadioButton. This removes some repetition of string literals in import/export, which is good too.
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
|
||||
#include "sndfile.h"
|
||||
|
||||
class ChoiceSetting;
|
||||
class wxString;
|
||||
|
||||
//
|
||||
@@ -130,4 +131,7 @@ struct SFFile : public std::unique_ptr<SNDFILE, ::SFFileCloser>
|
||||
}
|
||||
};
|
||||
|
||||
extern ChoiceSetting FileFormatsCopyOrEditSetting;
|
||||
extern ChoiceSetting FileFormatsSaveWithDependenciesSetting;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user