Rework Patch-Change/Select Dialog
[ardour.git] / gtk2_ardour / midi_time_axis.h
index 6bbb3594581cb515156ebd241ae0a555ac0378c8..72167204ed023c7f8d398c0044c6d5a1518b58dc 100644 (file)
@@ -67,7 +67,7 @@ class PianoRollHeader;
 class StepEntry;
 class StepEditor;
 class MidiChannelSelectorWindow;
-class PatchChangeDialog;
+class PatchChangeGridDialog;
 
 #define NO_MIDI_NOTE 0xff
 
@@ -199,7 +199,7 @@ private:
        StepEditor* _step_editor;
 
        void immediate_patch_chnage_response (int response);
-       PatchChangeDialog* _patch_change_dialog;
+       PatchChangeGridDialog* _patch_change_dialog;
 
 };