fixes for destructive track offsets of various kinds; move from jack_nframes_t -...
[ardour.git] / libs / ardour / ardour / source_factory.h
index 9b2a7d98f059421b630f867f386140cfbbed5158..815b825b8dc8f32d674854673a031841ce439258 100644 (file)
@@ -23,7 +23,7 @@ class SourceFactory {
 
        // MIDI sources will have to be hacked in here somehow
        static boost::shared_ptr<Source> createReadable (Session&, std::string idstr, AudioFileSource::Flag flags, bool announce = true);
-       static boost::shared_ptr<Source> createWritable (Session&, std::string name, bool destructive, jack_nframes_t rate, bool announce = true);
+       static boost::shared_ptr<Source> createWritable (Session&, std::string name, bool destructive, nframes_t rate, bool announce = true);
 };
 
 }