open un-writable sessions without complaining, and desensitize all/most actions that...
[ardour.git] / gtk2_ardour / marker_view.cc
index d73440ad540a7f3e8a2fd8ce18127620d315e7fa..d82554f891e919322276f87acf66715161977348 100644 (file)
@@ -15,7 +15,6 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id$
 */
 
 #include <gtkmm.h>
@@ -54,8 +53,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 ;