UI: Add editor_mixer route pointer to session so all UIs can know the same current_st...
[ardour.git] / libs / ardour / ardour / export_filename.h
index 7eacc11b908dad8fc56342ea060cbbea933a2865..3761f97cb6bf9d404d967f177789863e03ae43e8 100644 (file)
@@ -112,8 +112,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;