Localize private variable (only used by RouteUI)

This commit is contained in:
Robin Gareus 2021-03-27 16:25:30 +01:00
parent 24499fa7da
commit 003be3d87e
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
4 changed files with 5 additions and 5 deletions

View file

@ -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;