summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_layering_order_editor.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-07-01 21:11:14 +0200
committerRobin Gareus <robin@gareus.org>2017-07-01 21:19:56 +0200
commitb976bf8986290e8f4812a50e7fdd98b9cbeb4249 (patch)
tree75cffb9761a024943c18e502a3d84e3607954a55 /gtk2_ardour/region_layering_order_editor.h
parent221902138938a47f32b925f7e37602230e9de538 (diff)
NO-OP whitespace & foratting of header files
Diffstat (limited to 'gtk2_ardour/region_layering_order_editor.h')
-rw-r--r--gtk2_ardour/region_layering_order_editor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk2_ardour/region_layering_order_editor.h b/gtk2_ardour/region_layering_order_editor.h
index a1246dbc64..05ce273f1f 100644
--- a/gtk2_ardour/region_layering_order_editor.h
+++ b/gtk2_ardour/region_layering_order_editor.h
@@ -39,17 +39,17 @@ namespace ARDOUR {
class RegionLayeringOrderEditor : public ArdourWindow
{
- public:
+public:
RegionLayeringOrderEditor (PublicEditor&);
virtual ~RegionLayeringOrderEditor ();
void set_context (const std::string &, ARDOUR::Session *, TimeAxisView *, boost::shared_ptr<ARDOUR::Playlist>, ARDOUR::framepos_t);
void maybe_present ();
- protected:
+protected:
virtual bool on_key_press_event (GdkEventKey* event);
- private:
+private:
framepos_t position;
bool in_row_change;
uint32_t regions_at_position;