mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Initialise _soundcloud_upload to false in ExportFormatSpecification
This commit is contained in:
parent
4347ceb173
commit
4153f4dd57
1 changed files with 1 additions and 0 deletions
|
|
@ -170,6 +170,7 @@ ExportFormatSpecification::ExportFormatSpecification (Session & s)
|
|||
, _normalize_target (1.0)
|
||||
, _with_toc (false)
|
||||
, _with_cue (false)
|
||||
, _soundcloud_upload (false)
|
||||
, _command ("")
|
||||
{
|
||||
format_ids.insert (F_None);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue