mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Type aliases for some uses of ComponentInterfaceSymbol...
... to be replaced later with distinct types Also changing FamilyId => Family in function names Also NumericFormatId => NumericFormatSymbol
This commit is contained in:
@@ -98,8 +98,8 @@ LabelDialog::LabelDialog(wxWindow *parent,
|
||||
int index,
|
||||
ViewInfo &viewinfo,
|
||||
double rate,
|
||||
const NumericFormatId & format,
|
||||
const NumericFormatId &freqFormat)
|
||||
const NumericFormatSymbol & format,
|
||||
const NumericFormatSymbol &freqFormat)
|
||||
: wxDialogWrapper(parent,
|
||||
wxID_ANY,
|
||||
_("Edit Labels"),
|
||||
|
||||
Reference in New Issue
Block a user