Remove all use of nframes_t.
[ardour.git] / libs / ardour / ardour / source_factory.h
index c59dab92234625e110f27d1473b5ed0bb9f99266..c5994027cede972167206e64f013f91e8dd232e7 100644 (file)
@@ -49,7 +49,7 @@ class SourceFactory {
 
        static boost::shared_ptr<Source> createWritable (DataType type, Session&,
                         const std::string& path, const std::string& origin,
-                       bool destructive, nframes_t rate, bool announce = true, bool async = false);
+                       bool destructive, framecnt_t rate, bool announce = true, bool async = false);
 
        static Glib::Cond*                               PeaksToBuild;
        static Glib::StaticMutex                         peak_building_lock;