change name of a Session method to makes its intended function clear
[ardour.git] / libs / ardour / ardour / source_factory.h
index a41cd36258f57f5f5c80904afb2dede456d207dd..b1ee6438f5088041ebe3b76c522e91b2a7c09342 100644 (file)
@@ -48,12 +48,12 @@ class LIBARDOUR_API SourceFactory {
 
        static boost::shared_ptr<Source> createExternal
                (DataType type, Session&,
-                const std::string& path, 
+                const std::string& path,
                 int chn, Source::Flag flags, bool announce = true, bool async = false);
 
        static boost::shared_ptr<Source> createWritable
                (DataType type, Session&,
-                const std::string& path, 
+                const std::string& path,
                 bool destructive, framecnt_t rate, bool announce = true, bool async = false);