mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Replace PBD::Signals (1/2)
This commit is contained in:
parent
5808ab5608
commit
2d7cce44f1
163 changed files with 519 additions and 519 deletions
|
|
@ -106,7 +106,7 @@ set_win_set_realtime_policy (pthread_t thread, int priority)
|
|||
|
||||
namespace PBD
|
||||
{
|
||||
PBD::Signal3<void, pthread_t, std::string, uint32_t> ThreadCreatedWithRequestSize;
|
||||
PBD::Signal<void(pthread_t, std::string, uint32_t)> ThreadCreatedWithRequestSize;
|
||||
}
|
||||
|
||||
using namespace PBD;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue