summaryrefslogtreecommitdiff
path: root/gtk2_ardour/marker_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/marker_view.cc')
-rw-r--r--gtk2_ardour/marker_view.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/marker_view.cc b/gtk2_ardour/marker_view.cc
index d73440ad54..f45a3ce971 100644
--- a/gtk2_ardour/marker_view.cc
+++ b/gtk2_ardour/marker_view.cc
@@ -54,8 +54,8 @@ MarkerView::MarkerView(ArdourCanvas::Group *parent,
Gdk::Color& basic_color,
std::string mark_type,
std::string mark_id,
- jack_nframes_t start,
- jack_nframes_t duration)
+ nframes_t start,
+ nframes_t duration)
: TimeAxisViewItem(mark_id, *parent,*tv,spu,basic_color,start,duration)
{
mark_type_text = mark_type ;