mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
PBD::Signal - move connection list back into private scope (amend 86c837b0e)
This commit is contained in:
parent
e505ca82ce
commit
a46f2cefb4
1 changed files with 0 additions and 1 deletions
|
|
@ -303,7 +303,6 @@ class LIBPBD_API ScopedConnectionList
|
||||||
mutable Glib::Threads::Mutex _scoped_connection_lock;
|
mutable Glib::Threads::Mutex _scoped_connection_lock;
|
||||||
|
|
||||||
typedef std::list<ScopedConnection*> ConnectionList;
|
typedef std::list<ScopedConnection*> ConnectionList;
|
||||||
public:
|
|
||||||
ConnectionList _scoped_connection_list;
|
ConnectionList _scoped_connection_list;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue