Initialise _soundcloud_upload to false in ExportFormatSpecification

This commit is contained in:
Colin Fletcher 2014-05-23 20:21:56 +01:00 committed by Paul Davis
parent bc0229de68
commit 916e6ff648

View file

@ -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);