NO-OP whitespace (updated GH PR #357)
[ardour.git] / gtk2_ardour / time_selection.h
index f93f40c21e4004eaa583dae58391fd7a5257cafa..4c535a8e6af91a55addc10282ba4c4fcd05d720d 100644 (file)
@@ -31,11 +31,11 @@ class TimeSelection : public std::list<ARDOUR::AudioRange>
 {
 public:
        ARDOUR::AudioRange& operator[](uint32_t);
-       
-       nframes_t start();
-       nframes_t end_frame();
-       nframes_t length();
-       
+
+       ARDOUR::framepos_t start();
+       ARDOUR::framepos_t end_frame();
+       ARDOUR::framepos_t length();
+
        bool consolidate ();
 };