[Summary] Adding missing initialization of the date &time formats. “Init trashes...
[ardour.git] / libs / ardour / export_filename.cc
index 9a05afa5ba8448e5718e585181848c3a21e21a3a..0f8b4f4ee8cc9f96c322714e31eb5f13d808b2e9 100644 (file)
@@ -55,6 +55,8 @@ ExportFilename::ExportFilename (Session & session) :
   include_timespan (true), // Include timespan name always
   include_time (false),
   include_date (false),
+  date_format (D_None),
+  time_format (T_None),
   session (session),
   revision (1)
 {