mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
fix call to RegionMotionDrag constructor
This commit is contained in:
parent
40c9b1482a
commit
c6370948c4
1 changed files with 1 additions and 1 deletions
|
|
@ -2197,7 +2197,7 @@ RegionMoveDrag::setup_pointer_offset ()
|
||||||
}
|
}
|
||||||
|
|
||||||
RegionInsertDrag::RegionInsertDrag (Editor* e, boost::shared_ptr<Region> r, RouteTimeAxisView* v, timepos_t const & pos)
|
RegionInsertDrag::RegionInsertDrag (Editor* e, boost::shared_ptr<Region> r, RouteTimeAxisView* v, timepos_t const & pos)
|
||||||
: RegionMotionDrag (e, 0, 0, list<RegionView*> (), false)
|
: RegionMotionDrag (e, 0, 0, list<RegionView*> ())
|
||||||
{
|
{
|
||||||
DEBUG_TRACE (DEBUG::Drags, "New RegionInsertDrag\n");
|
DEBUG_TRACE (DEBUG::Drags, "New RegionInsertDrag\n");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue