mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
s/stringcr_t/const string &/
git-svn-id: svn://localhost/trunk/ardour2@201 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
541ff63201
commit
5c819462b8
51 changed files with 151 additions and 152 deletions
|
|
@ -78,7 +78,7 @@ class RouteUI : public virtual AxisView
|
|||
XMLNode *xml_node;
|
||||
void ensure_xml_node ();
|
||||
|
||||
XMLNode* get_child_xml_node (ARDOUR::stringcr_t childname);
|
||||
XMLNode* get_child_xml_node (const string & childname);
|
||||
|
||||
gint mute_press(GdkEventButton*);
|
||||
gint mute_release(GdkEventButton*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue