mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-23 00:51:21 +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:
@@ -48,8 +48,8 @@ class LabelDialog final : public wxDialogWrapper
|
||||
|
||||
ViewInfo &viewinfo,
|
||||
double rate,
|
||||
const NumericFormatId & format,
|
||||
const NumericFormatId &freqFormat);
|
||||
const NumericFormatSymbol & format,
|
||||
const NumericFormatSymbol &freqFormat);
|
||||
~LabelDialog();
|
||||
|
||||
bool Show(bool show = true) override;
|
||||
@@ -106,7 +106,7 @@ class LabelDialog final : public wxDialogWrapper
|
||||
ViewInfo *mViewInfo;
|
||||
wxArrayString mTrackNames;
|
||||
double mRate;
|
||||
NumericFormatId mFormat, mFreqFormat;
|
||||
NumericFormatSymbol mFormat, mFreqFormat;
|
||||
|
||||
int mInitialRow;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user