summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-07-07 10:13:19 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-07-07 10:13:26 -0400
commitd97199088bb6ee95e4cd6b4e6450ad9a54f559c1 (patch)
tree52285566a3a5707013fecf870cdbd8de0bb60422 /gtk2_ardour/editor_drag.h
parentb39c30dbd16d982529396d5a096382f88b3b6a38 (diff)
some code shuffling to make sure that cut mode always operates at the mouse location, with (maybe) the right regions
Diffstat (limited to 'gtk2_ardour/editor_drag.h')
-rw-r--r--gtk2_ardour/editor_drag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_drag.h b/gtk2_ardour/editor_drag.h
index bf04995309..378162621e 100644
--- a/gtk2_ardour/editor_drag.h
+++ b/gtk2_ardour/editor_drag.h
@@ -444,7 +444,7 @@ private:
class RegionCutDrag : public Drag
{
public:
- RegionCutDrag (Editor*, ArdourCanvas::Item*);
+ RegionCutDrag (Editor*, ArdourCanvas::Item*, framepos_t);
~RegionCutDrag ();
void motion (GdkEvent*, bool);