Fix typo.

This commit is contained in:
nick_m 2015-05-16 06:10:02 +10:00
parent c8303c8b7e
commit 6831d8a5aa

View File

@ -5971,7 +5971,7 @@ RegionCutDrag::RegionCutDrag (Editor* e, ArdourCanvas::Item* item, framepos_t po
, line (new EditorCursor (*e))
{
line->set_position (pos);
line->how ();
line->show ();
}
RegionCutDrag::~RegionCutDrag ()