Initialise _soundcloud_upload to false in ExportFormatSpecification
authorColin Fletcher <colin.m.fletcher@googlemail.com>
Fri, 23 May 2014 19:21:56 +0000 (20:21 +0100)
committerColin Fletcher <colin.m.fletcher@googlemail.com>
Fri, 23 May 2014 19:21:56 +0000 (20:21 +0100)
libs/ardour/export_format_specification.cc

index 5191146790c815b4306811c69f77c02c2ac5d15d..d8a45ba533e47afe81cb8a2b2332347a4d2ce7d2 100644 (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);