Tidy.
[ardour.git] / libs / evoral / evoral / Control.hpp
index 46532788f0fcfc0145900612a18df125af92896b..2f6e72be1e82fe3364cc1848602953fe9361ff09 100644 (file)
@@ -22,8 +22,8 @@
 #include <set>
 #include <map>
 #include <boost/shared_ptr.hpp>
-#include <evoral/types.hpp>
-#include <evoral/Parameter.hpp>
+#include "evoral/types.hpp"
+#include "evoral/Parameter.hpp"
 
 namespace Evoral {
 
@@ -36,8 +36,8 @@ public:
        Control(const Parameter& parameter, boost::shared_ptr<ControlList>);
        virtual ~Control() {}
 
-       virtual void  set_float(float val, bool to_list=false, nframes_t frame=0);
-       virtual float get_float(bool from_list=false, nframes_t frame=0) const;
+       virtual void  set_float(float val, bool to_list=false, FrameTime frame=0);
+       virtual float get_float(bool from_list=false, FrameTime frame=0) const;
        virtual float user_float() const;
 
        void set_list(boost::shared_ptr<ControlList>);