Base: Remove Boost-based signals and switch to FastSignals.
This commit is contained in:
@@ -92,7 +92,7 @@ public:
|
||||
public:
|
||||
// NOLINTBEGIN
|
||||
Py::Object callable;
|
||||
boost::signals2::scoped_connection conn;
|
||||
fastsignals::scoped_connection conn;
|
||||
ParameterGrp* _target = nullptr; // no reference counted, do not access
|
||||
// NOLINTEND
|
||||
|
||||
|
||||
Reference in New Issue
Block a user