mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Localize private variable (only used by RouteUI)
This commit is contained in:
parent
24499fa7da
commit
003be3d87e
4 changed files with 5 additions and 5 deletions
|
|
@ -266,7 +266,6 @@ public:
|
|||
gint comment_key_release_handler (GdkEventKey*);
|
||||
void comment_changed ();
|
||||
void comment_edited ();
|
||||
bool ignore_comment_edit;
|
||||
|
||||
void set_disk_io_point (ARDOUR::DiskIOPoint);
|
||||
|
||||
|
|
@ -358,6 +357,8 @@ private:
|
|||
Gtk::Menu* _invert_menu;
|
||||
uint32_t _n_polarity_invert;
|
||||
|
||||
bool _ignore_comment_edit;
|
||||
|
||||
StripableColorDialog _color_picker;
|
||||
|
||||
static boost::weak_ptr<ARDOUR::Route> _showing_sends_to;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue