X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fregion_layering_order_editor.h;h=05ce273f1ff65cf9c939f5001323373d5e99f942;hb=a02d8d254aca3c5f29395833458b4c8516c638d4;hp=a1246dbc64b4eb125554dd7b0e9712f218d7d960;hpb=63ea7b6516dbd7554d1eff6c98de50cf61fc9a72;p=ardour.git 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::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;