mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
more gcc 4.1 complaints, route_list is a ListStore
git-svn-id: svn://localhost/trunk/ardour2@256 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
0a86aba6fa
commit
fc67efb64d
3 changed files with 4 additions and 4 deletions
|
|
@ -1454,7 +1454,7 @@ class Editor : public PublicEditor
|
|||
};
|
||||
|
||||
RouteDisplayModelColumns route_display_columns;
|
||||
Glib::RefPtr<Gtk::TreeStore> route_display_model;
|
||||
Glib::RefPtr<Gtk::ListStore> route_display_model;
|
||||
Glib::RefPtr<Gtk::TreeSelection> route_display_selection;
|
||||
|
||||
gint route_list_compare_func (Gtk::TreeModel::iterator, Gtk::TreeModel::iterator);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue