X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fverbose_cursor.h;h=3cbe406208a987868c041a7b0d9ac962d8b91dc9;hb=434c94174ff48c57b49dbebeda615721b9b3e431;hp=f4c76b10878851aefd806384f180746ea6114add;hpb=7d31ec02b3687a50977e3a6d2db7d47d9bcd7b52;p=ardour.git diff --git a/gtk2_ardour/verbose_cursor.h b/gtk2_ardour/verbose_cursor.h index f4c76b1087..3cbe406208 100644 --- a/gtk2_ardour/verbose_cursor.h +++ b/gtk2_ardour/verbose_cursor.h @@ -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 ();