mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-03 06:03:13 +02:00
Comment a questionable function
This commit is contained in:
parent
4a6fd96a97
commit
74121c1494
@ -55,6 +55,7 @@ public:
|
||||
ProgressDialog(const wxString & title, const wxString & message = wxEmptyString, int flags = pdlgDefaultFlags);
|
||||
virtual ~ProgressDialog();
|
||||
|
||||
// NEW virtual? It doesn't override wxDialog
|
||||
virtual bool Create(const wxString & title, const wxString & message = wxEmptyString, int flags = pdlgDefaultFlags);
|
||||
|
||||
int Update(int value, const wxString & message = wxEmptyString);
|
||||
|
Loading…
x
Reference in New Issue
Block a user