From 19bd6419157119b976393a0c5966b4be4c962119 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 4 Apr 2013 18:45:27 -0400 Subject: commit immediately post linking --- gtk2_ardour/ghostregion.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'gtk2_ardour/ghostregion.h') diff --git a/gtk2_ardour/ghostregion.h b/gtk2_ardour/ghostregion.h index 384127150a..646de24dfc 100644 --- a/gtk2_ardour/ghostregion.h +++ b/gtk2_ardour/ghostregion.h @@ -72,12 +72,12 @@ public: class MidiGhostRegion : public GhostRegion { public: class GhostEvent : public sigc::trackable { - public: + public: GhostEvent(::NoteBase *, ArdourCanvas::Group *); - virtual ~GhostEvent () {} - - NoteBase* event; - ArdourCanvas::Rectangle* rect; + virtual ~GhostEvent (); + + NoteBase* event; + ArdourCanvas::Rectangle* rect; }; MidiGhostRegion(TimeAxisView& tv, TimeAxisView& source_tv, double initial_unit_pos); @@ -92,15 +92,15 @@ public: void update_range(); - void add_note(Note*); - void update_note (Note*); - void remove_note (Note*); + void add_note(NoteBase*); + void update_note (NoteBase*); + void remove_note (NoteBase*); void clear_events(); private: - MidiGhostRegion::Event* find_event (Note*); + MidiGhostRegion::GhostEvent* find_event (NoteBase*); typedef std::list EventList; EventList events; -- cgit v1.2.3