mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
NO-OP: whitespace
This commit is contained in:
parent
2abefde534
commit
b45a3c8164
1 changed files with 3 additions and 3 deletions
|
|
@ -67,7 +67,7 @@ class Session;
|
|||
*/
|
||||
class LIBARDOUR_API RouteGroup : public SessionObject
|
||||
{
|
||||
public:
|
||||
public:
|
||||
static void make_property_quarks();
|
||||
|
||||
RouteGroup (Session& s, const std::string &n);
|
||||
|
|
@ -130,7 +130,7 @@ class LIBARDOUR_API RouteGroup : public SessionObject
|
|||
changed();
|
||||
}
|
||||
|
||||
bool has_subgroup() const;
|
||||
bool has_subgroup() const;
|
||||
void make_subgroup (bool, Placement);
|
||||
void destroy_subgroup ();
|
||||
|
||||
|
|
@ -150,7 +150,7 @@ class LIBARDOUR_API RouteGroup : public SessionObject
|
|||
bool has_control_master() const;
|
||||
bool slaved () const;
|
||||
|
||||
private:
|
||||
private:
|
||||
boost::shared_ptr<RouteList> routes;
|
||||
boost::shared_ptr<Route> subgroup_bus;
|
||||
boost::weak_ptr<VCA> group_master;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue