track templates, backported from 2.X
[ardour.git] / libs / ardour / ardour / tempo.h
index ffe79fc1c80368fae88083a274fc3083cf627689..e82639ef517f405efa0463f53acbd0521063eab1 100644 (file)
 #include <cmath>
 #include <glibmm/thread.h>
 
-#include <pbd/undo.h>
-#include <pbd/stateful.h> 
-#include <pbd/statefuldestructible.h> 
+#include "pbd/undo.h"
+#include "pbd/stateful.h" 
+#include "pbd/statefuldestructible.h" 
 
 #include <sigc++/signal.h>
 
-#include <ardour/ardour.h>
+#include "ardour/ardour.h"
 
 class XMLNode;
 
@@ -90,7 +90,7 @@ class MetricSection {
        virtual ~MetricSection() {}
 
        const BBT_Time& start() const { return _start; }
-       const nframes_t frame() const { return _frame; }
+       nframes_t       frame() const { return _frame; }
 
        void set_movable (bool yn) { _movable = yn; }
        bool movable() const { return _movable; }