Initialize variable

This commit is contained in:
Robin Gareus 2019-08-12 14:34:33 +02:00
parent 65dcc8fa30
commit b48a3a6abb
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -56,6 +56,7 @@ ExportDialog::ExportDialog (PublicEditor & editor, std::string title, ARDOUR::Ex
, warn_label ("", Gtk::ALIGN_LEFT)
, list_files_label (_("<span color=\"#ffa755\">Some already existing files will be overwritten.</span>"), Gtk::ALIGN_RIGHT)
, list_files_button (_("List files"))
, previous_progress (0)
{ }
ExportDialog::~ExportDialog ()