mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
libpbd: provide access from a ScopedConnection to the underlying UnscopedConnection
This commit is contained in:
parent
5dc75694f0
commit
074516cdb4
1 changed files with 2 additions and 0 deletions
|
|
@ -187,6 +187,8 @@ public:
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
UnscopedConnection const & the_connection() const { return _c; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
UnscopedConnection _c;
|
UnscopedConnection _c;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue