From 7db12f6b128eef0d63dd6a8eda3d04f4dab1fc79 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 24 Sep 2017 12:03:54 -0400 Subject: convert codebase to use Temporal for various time types --- gtk2_ardour/midi_time_axis.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/midi_time_axis.h') diff --git a/gtk2_ardour/midi_time_axis.h b/gtk2_ardour/midi_time_axis.h index 8af67421be..24b66a9253 100644 --- a/gtk2_ardour/midi_time_axis.h +++ b/gtk2_ardour/midi_time_axis.h @@ -108,7 +108,7 @@ public: uint8_t get_channel_for_add () const; - void get_per_region_note_selection (std::list > > > >&); + void get_per_region_note_selection (std::list > > > >&); protected: void start_step_editing (); @@ -182,7 +182,7 @@ private: void add_note_selection_region_view (RegionView* rv, uint8_t note, uint16_t chn_mask); void extend_note_selection_region_view (RegionView*, uint8_t note, uint16_t chn_mask); void toggle_note_selection_region_view (RegionView*, uint8_t note, uint16_t chn_mask); - void get_per_region_note_selection_region_view (RegionView*, std::list > > > >&); + void get_per_region_note_selection_region_view (RegionView*, std::list > > > >&); void ensure_step_editor (); -- cgit v1.2.3