PBD::Signal - move connection list back into private scope (amend 86c837b0e)

This commit is contained in:
Paul Davis 2025-04-14 10:45:46 -06:00
parent e505ca82ce
commit a46f2cefb4

View file

@ -303,7 +303,6 @@ class LIBPBD_API ScopedConnectionList
mutable Glib::Threads::Mutex _scoped_connection_lock;
typedef std::list<ScopedConnection*> ConnectionList;
public:
ConnectionList _scoped_connection_list;
};