Small cleanup: add constructor to InterThreadInfo.
[ardour.git] / libs / ardour / ardour / region_factory.h
index ca19f52fecdfccc2d0b7c9af2465004790999a71..c9f387f1724543bcbc7fc4f2095ecb4cb9a24735 100644 (file)
@@ -66,8 +66,8 @@ class RegionFactory {
        /** create a copy of @other starting at zero within @param other's sources */
        static boost::shared_ptr<Region> create (boost::shared_ptr<Region> other, 
                                                 const PBD::PropertyList&, bool announce = true);
-       /** create a copy of @other starting at @param offset within @param other */
-       static boost::shared_ptr<Region> create (boost::shared_ptr<Region>, frameoffset_t offset, 
+       /** create a copy of @param other starting at @param offset within @param other */
+       static boost::shared_ptr<Region> create (boost::shared_ptr<Region> other, frameoffset_t offset, 
                                                 const PBD::PropertyList&, bool announce = true);
        /** create a "copy" of @param other but using a different set of sources @param srcs */
        static boost::shared_ptr<Region> create (boost::shared_ptr<Region> other, const SourceList& srcs,