mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Initialize variable
This commit is contained in:
parent
65dcc8fa30
commit
b48a3a6abb
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ ExportDialog::ExportDialog (PublicEditor & editor, std::string title, ARDOUR::Ex
|
||||||
, warn_label ("", Gtk::ALIGN_LEFT)
|
, warn_label ("", Gtk::ALIGN_LEFT)
|
||||||
, list_files_label (_("<span color=\"#ffa755\">Some already existing files will be overwritten.</span>"), Gtk::ALIGN_RIGHT)
|
, list_files_label (_("<span color=\"#ffa755\">Some already existing files will be overwritten.</span>"), Gtk::ALIGN_RIGHT)
|
||||||
, list_files_button (_("List files"))
|
, list_files_button (_("List files"))
|
||||||
|
, previous_progress (0)
|
||||||
{ }
|
{ }
|
||||||
|
|
||||||
ExportDialog::~ExportDialog ()
|
ExportDialog::~ExportDialog ()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue