From 66a9112d48b5726f61eec7ce4cfc4bd15b9420d0 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 9 Nov 2010 18:19:53 +0000 Subject: add "origin" property to FileSource so that we can track multiple imports git-svn-id: svn://localhost/ardour2/branches/3.0@7986 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/source_factory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/ardour/source_factory.h') diff --git a/libs/ardour/ardour/source_factory.h b/libs/ardour/ardour/source_factory.h index 14d0de5f4d..c59dab9223 100644 --- a/libs/ardour/ardour/source_factory.h +++ b/libs/ardour/ardour/source_factory.h @@ -48,7 +48,7 @@ class SourceFactory { int chn, Source::Flag flags, bool announce = true, bool async = false); static boost::shared_ptr createWritable (DataType type, Session&, - const std::string& path, + const std::string& path, const std::string& origin, bool destructive, nframes_t rate, bool announce = true, bool async = false); static Glib::Cond* PeaksToBuild; -- cgit v1.2.3