Fix set_loop() return value (amend 00a4ad)
[ardour.git] / libs / ardour / ardour / export_filename.h
index 7eacc11b908dad8fc56342ea060cbbea933a2865..164cc16c67f41b6b876abe0b98b9f69c74fda588 100644 (file)
@@ -90,6 +90,7 @@ class LIBARDOUR_API ExportFilename {
 
        bool include_label;
        bool include_session;
+       bool use_session_snapshot_name;
        bool include_revision;
        bool include_channel_config;
        bool include_format_name;
@@ -112,8 +113,7 @@ class LIBARDOUR_API ExportFilename {
        TimeFormat time_format;
 
        std::string get_formatted_time (std::string const & format) const;
-       // Due to the static allocation used in strftime(), no destructor or copy-ctor is needed for this
-       struct tm * time_struct;
+       struct tm time_struct;
 
        ExportTimespanPtr timespan;
        ExportChannelConfigPtr channel_config;