Allow strips to add or remove personal sends
[ardour.git] / gtk2_ardour / verbose_cursor.h
index f4c76b10878851aefd806384f180746ea6114add..3cbe406208a987868c041a7b0d9ac962d8b91dc9 100644 (file)
@@ -26,7 +26,7 @@
 class Editor;
 
 namespace ArdourCanvas {
-     class TrackingText;
+       class TrackingText;
 }
 
 class VerboseCursor
@@ -38,8 +38,8 @@ public:
        bool visible () const;
 
        void set (std::string const &);
-       void set_time (framepos_t);
-       void set_duration (framepos_t, framepos_t);
+       void set_time (samplepos_t);
+       void set_duration (samplepos_t, samplepos_t);
        void set_offset (ArdourCanvas::Duple const&);
 
        void show ();