mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +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;
|
||||
}
|
||||
|
||||
UnscopedConnection const & the_connection() const { return _c; }
|
||||
|
||||
private:
|
||||
UnscopedConnection _c;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue