Create the session range location as and when the session first gets some content...
[ardour.git] / gtk2_ardour / marker_selection.h
index aa1413ed3e48d00240e21edcbffbbf9b0ef2b424..d2aacceacfaf4410ea0c0b0f07152f163c134e95 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,8 +24,9 @@
 
 #include "marker.h"
 
-struct MarkerSelection : public std::list<Marker*> 
+struct MarkerSelection : public std::list<Marker*>
 {
+    void range (nframes64_t& start, nframes64_t& end);
 };
 
 #endif /* __ardour_gtk_marker_selection_h__ */