Another not-quite-there-but-better commit.
[ardour.git] / gtk2_ardour / automation_line.h
index a915966d97259aac46b6db9c2ac47e661cf2dc5f..76653e7a5948347b8561074914037a191e9f41c6 100644 (file)
@@ -147,8 +147,8 @@ class AutomationLine : public sigc::trackable, public PBD::StatefulThingWithGoin
        void hide_selection ();
 
        virtual string  get_verbose_cursor_string (float);
-       virtual void view_to_model_y (double&) = 0;
-       virtual void model_to_view_y (double&) = 0;
+       virtual void view_to_model_y (double&);
+       virtual void model_to_view_y (double&);
 
        boost::shared_ptr<ARDOUR::AutomationList> the_list() const { return alist; }