summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_layering_order_editor.h
diff options
context:
space:
mode:
authorThomas Brand <tom@trellis.ch>2017-07-01 18:42:24 +0200
committerRobin Gareus <robin@gareus.org>2017-07-01 19:28:26 +0200
commit63ea7b6516dbd7554d1eff6c98de50cf61fc9a72 (patch)
tree82fa339e009bc082dd8023916990800bea437081 /gtk2_ardour/region_layering_order_editor.h
parentf413b83cb9fa50954969a3d849999e1890ce6690 (diff)
NO-OP whitespace (updated GH PR #357)
Diffstat (limited to 'gtk2_ardour/region_layering_order_editor.h')
-rw-r--r--gtk2_ardour/region_layering_order_editor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/region_layering_order_editor.h b/gtk2_ardour/region_layering_order_editor.h
index eb9e252017..a1246dbc64 100644
--- a/gtk2_ardour/region_layering_order_editor.h
+++ b/gtk2_ardour/region_layering_order_editor.h
@@ -54,7 +54,7 @@ class RegionLayeringOrderEditor : public ArdourWindow
bool in_row_change;
uint32_t regions_at_position;
- PBD::ScopedConnection playlist_modified_connection;
+ PBD::ScopedConnection playlist_modified_connection;
struct LayeringOrderColumns : public Gtk::TreeModel::ColumnRecord {
LayeringOrderColumns () {
@@ -75,7 +75,7 @@ class RegionLayeringOrderEditor : public ArdourWindow
PublicEditor& editor;
TimeAxisView* _time_axis_view;
- void row_selected ();
+ void row_selected ();
void refill ();
void playlist_modified ();
};