mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-07 07:12:34 +02:00
Commented suspicious non-override virtual functions of Effect
This commit is contained in:
parent
ba4006a454
commit
89f28546a3
@ -154,7 +154,7 @@ class AUDACITY_DLL_API Effect /* not final */ : public wxEvtHandler,
|
|||||||
virtual double GetDefaultDuration();
|
virtual double GetDefaultDuration();
|
||||||
virtual double GetDuration();
|
virtual double GetDuration();
|
||||||
virtual wxString GetDurationFormat();
|
virtual wxString GetDurationFormat();
|
||||||
virtual wxString GetSelectionFormat(); // time format in Selection toolbar
|
virtual wxString GetSelectionFormat() /* not override? */; // time format in Selection toolbar
|
||||||
virtual void SetDuration(double duration);
|
virtual void SetDuration(double duration);
|
||||||
|
|
||||||
virtual bool Apply();
|
virtual bool Apply();
|
||||||
@ -165,7 +165,7 @@ class AUDACITY_DLL_API Effect /* not final */ : public wxEvtHandler,
|
|||||||
virtual wxString GetUserPresetsGroup(const wxString & name);
|
virtual wxString GetUserPresetsGroup(const wxString & name);
|
||||||
virtual wxString GetCurrentSettingsGroup();
|
virtual wxString GetCurrentSettingsGroup();
|
||||||
virtual wxString GetFactoryDefaultsGroup();
|
virtual wxString GetFactoryDefaultsGroup();
|
||||||
virtual wxString GetSavedStateGroup();
|
virtual wxString GetSavedStateGroup() /* not override? */;
|
||||||
|
|
||||||
// ConfigClientInterface implementation
|
// ConfigClientInterface implementation
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user