Use FOUNDCFG* instead of setting the configuration by hand
[ardour.git] / gtk2_ardour / editor_snapshots.h
index 132c2f090cad211087700f4f4b88d291797c3f91..48626a5368852e556086014a817fba1d1b91d7c6 100644 (file)
@@ -44,9 +44,11 @@ private:
                Columns () {
                        add (visible_name);
                        add (real_name);
+                       add (time_formatted);
                }
                Gtk::TreeModelColumn<std::string> visible_name;
                Gtk::TreeModelColumn<std::string> real_name;
+               Gtk::TreeModelColumn<std::string> time_formatted;
        };
 
        Columns _columns;