don't run meter in import-dialog if the dialog is not visible
[ardour.git] / gtk2_ardour / automation_time_axis.h
index d883b189c0f67417fef14eba49572406cc3e927b..f1a9a8bd57327a35a7da6c81d9b4cb02f53a6196 100644 (file)
@@ -86,7 +86,7 @@ class AutomationTimeAxisView : public TimeAxisView {
        void get_selectables (ARDOUR::framepos_t start, ARDOUR::framepos_t end, double top, double bot, std::list<Selectable *>&);
        void get_inverted_selectables (Selection&, std::list<Selectable*>& results);
 
-       void show_timestretch (framepos_t /*start*/, framepos_t /*end*/) {}
+       void show_timestretch (framepos_t /*start*/, framepos_t /*end*/, int /*layers*/, int /*layer*/) {}
        void hide_timestretch () {}
 
        /* editing operations */