summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ghostregion.cc
diff options
context:
space:
mode:
authorHans Baier <hansfbaier@googlemail.com>2008-04-29 07:28:24 +0000
committerHans Baier <hansfbaier@googlemail.com>2008-04-29 07:28:24 +0000
commit6d319e2132270b89efc47820e707840eb49a2cfe (patch)
treec1ce4a3b8f98b2f829da4b1e929f8181aa5c1a23 /gtk2_ardour/ghostregion.cc
parentf41f334be69f3cc95bf49c90dd49f86b46ce32e4 (diff)
* first prototype of program changes UI show up correctly (see http://www.flickr.com/photos/24012642@N02/2451596190/)
git-svn-id: svn://localhost/ardour2/branches/3.0@3293 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ghostregion.cc')
-rw-r--r--gtk2_ardour/ghostregion.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/ghostregion.cc b/gtk2_ardour/ghostregion.cc
index 6384baffa0..4e06ece82f 100644
--- a/gtk2_ardour/ghostregion.cc
+++ b/gtk2_ardour/ghostregion.cc
@@ -174,7 +174,7 @@ MidiGhostRegion::~MidiGhostRegion()
//clear_events();
}
-MidiGhostRegion::Event::Event(ArdourCanvas::CanvasMidiEvent* e)
+MidiGhostRegion::Event::Event(ArdourCanvas::CanvasNoteEvent* e)
: event(e)
{
}