Allow removing the timespan name from the export-filename:
[ardour.git] / gtk2_ardour / marker_selection.h
index ae6417f6c6d9e723daae56a150a72f81e3a25e57..6d4749f039341cbd479b0d26cdd25e27e918fa0a 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2000-2007 Paul Davis 
+    Copyright (C) 2000-2007 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -24,9 +24,9 @@
 
 #include "marker.h"
 
-struct MarkerSelection : public std::list<Marker*> 
+struct MarkerSelection : public std::list<ArdourMarker*>
 {
-    void range (nframes64_t& start, nframes64_t& end);
+        void range (ARDOUR::framepos_t& start, ARDOUR::framepos_t& end);
 };
 
 #endif /* __ardour_gtk_marker_selection_h__ */