Remove all use of nframes_t.
[ardour.git] / gtk2_ardour / marker.h
index c17af63134b4126c11a916104fd0cd9aac7cb346..fbc7e18a50d77724a43dea7d8412d9161b4f84f4 100644 (file)
@@ -57,7 +57,7 @@ class Marker : public sigc::trackable
 
 
        Marker (PublicEditor& editor, ArdourCanvas::Group &, ArdourCanvas::Group &, guint32 rgba, const std::string& text, Type,
-               nframes_t frame = 0, bool handle_events = true);
+               framepos_t frame = 0, bool handle_events = true);
 
        virtual ~Marker ();