Create the session range location as and when the session first gets some content...
[ardour.git] / gtk2_ardour / region_gain_line.h
index 0f163722876574f313f2f15c57272e76b8cc0980..c781f202280b012b98a7b82b1bf9d5efa0bef291 100644 (file)
@@ -38,7 +38,7 @@ class AudioRegionGainLine : public AutomationLine
   public:
        AudioRegionGainLine (const std::string & name, AudioRegionView&, ArdourCanvas::Group& parent, boost::shared_ptr<ARDOUR::AutomationList>);
 
-       void start_drag_single (ControlPoint*, nframes_t x, float fraction);
+       void start_drag_single (ControlPoint*, double, float);
        void end_drag ();
 
        void remove_point (ControlPoint&);