mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
libpbd: fix return type of Signal<>::size()
This commit is contained in:
parent
70e56ba4e9
commit
5dc75694f0
1 changed files with 1 additions and 1 deletions
|
|
@ -275,7 +275,7 @@ def signal(f, n, v):
|
|||
\t}
|
||||
""", file=f)
|
||||
print("""
|
||||
\tbool size () const {
|
||||
\tsize_t size () const {
|
||||
\t\tGlib::Threads::Mutex::Lock lm (_mutex);
|
||||
\t\treturn _slots.size ();
|
||||
\t}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue