mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
"finalmunge" patch from nick, plus work on editor region list and actions infrastructure from me
git-svn-id: svn://localhost/trunk/ardour2@52 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4c50965622
commit
c38fdbc64c
36 changed files with 878 additions and 877 deletions
|
|
@ -146,7 +146,7 @@ class SearchResults : public ArdourDialog
|
|||
sigc::signal<void, string, bool> file_chosen;
|
||||
|
||||
private:
|
||||
map<string,string> search_info;
|
||||
std::map<string,string> search_info;
|
||||
bool search_and;
|
||||
string selection;
|
||||
|
||||
|
|
@ -185,8 +185,8 @@ class LibraryTree : public Gtk::VBox
|
|||
void clear_selection ();
|
||||
|
||||
private:
|
||||
map<string, Gtk::TreeItem*> uri_mapping;
|
||||
map<string, string> uri_parent; // this ugly, but necessary
|
||||
std::map<string, Gtk::TreeItem*> uri_mapping;
|
||||
std::map<string, string> uri_parent; // this ugly, but necessary
|
||||
|
||||
string current_member;
|
||||
string current_group;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue