summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_list_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/midi_list_editor.h')
-rw-r--r--gtk2_ardour/midi_list_editor.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/gtk2_ardour/midi_list_editor.h b/gtk2_ardour/midi_list_editor.h
index 1e25d104f9..1d982fd56d 100644
--- a/gtk2_ardour/midi_list_editor.h
+++ b/gtk2_ardour/midi_list_editor.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Paul Davis
+ Copyright (C) 2009 Paul Davis
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -14,7 +14,6 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-
*/
#ifndef __ardour_gtk2_midi_list_editor_h_
@@ -30,6 +29,10 @@
#include "ardour_dialog.h"
+namespace Evoral {
+ template<typename Time> class Note;
+};
+
namespace ARDOUR {
class MidiRegion;
class MidiModel;