Initialise _soundcloud_upload to false in ExportFormatSpecification

This commit is contained in:
Colin Fletcher 2014-05-23 20:21:56 +01:00
parent 4347ceb173
commit 4153f4dd57

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