summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_routes.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-11-30 19:48:50 +0000
committerCarl Hetherington <carl@carlh.net>2009-11-30 19:48:50 +0000
commit4497db3f1a9258561f7ec8a6a608bcda1594696d (patch)
treefa3fabe5a20d45a7a5a9eade42cbb4fbadb30ab0 /gtk2_ardour/editor_routes.h
parentcbf900d71f762f2656c9f87d1f355013e191065c (diff)
Speed up some track state operations (e.g. mute etc.) that affect the editor route list; should help with #2941
git-svn-id: svn://localhost/ardour2/branches/3.0@6226 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_routes.h')
-rw-r--r--gtk2_ardour/editor_routes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_routes.h b/gtk2_ardour/editor_routes.h
index e2e9f0110e..5b1c42785a 100644
--- a/gtk2_ardour/editor_routes.h
+++ b/gtk2_ardour/editor_routes.h
@@ -58,7 +58,7 @@ private:
void build_menu ();
void show_menu ();
void route_deleted (Gtk::TreeModel::Path const &);
- void changed (Gtk::TreeModel::Path const &, Gtk::TreeModel::iterator const &);
+ void visible_changed (Glib::ustring const &);
void reordered (Gtk::TreeModel::Path const &, Gtk::TreeModel::iterator const &, int *);
bool button_press (GdkEventButton *);
void route_name_changed (boost::weak_ptr<ARDOUR::Route>);