forward port 2.X changes up to and including rev 6714
[ardour.git] / libs / ardour / ardour / export_filename.h
index 2847291a13896ab615f74aef3238dd526a14ed9c..c5f0e3b5caf5cbdc56e4ad75aaf1dd480b4a184a 100644 (file)
@@ -116,7 +116,8 @@ class ExportFilename {
        TimeFormat time_format;
 
        Glib::ustring get_formatted_time (Glib::ustring const & format) const;
-       struct tm * time_struct; // Due to static allocation no destructor or copy-ctor is needed because of this
+       // Due to the static allocation used in strftime(), no destructor or copy-ctor is needed for this
+       struct tm * time_struct;
 
        TimespanPtr timespan;
        ChannelConfigPtr channel_config;