mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-23 15:02:56 +02:00
Apply parts of a warning supression patch by Campbell Barton
This commit is contained in:
@@ -35,10 +35,10 @@ TimeDialog::TimeDialog(wxWindow *parent,
|
||||
double time,
|
||||
const wxString &prompt)
|
||||
: wxDialog(parent, wxID_ANY, title),
|
||||
mPrompt(prompt),
|
||||
mFormat(format),
|
||||
mRate(rate),
|
||||
mTime(time),
|
||||
mPrompt(prompt),
|
||||
mTimeCtrl(NULL)
|
||||
{
|
||||
ShuttleGui S(this, eIsCreating);
|
||||
|
Reference in New Issue
Block a user