mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
fixed typo
This commit is contained in:
parent
f007ba6b46
commit
d21337a3a4
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ Controllable::dump_registry ()
|
||||||
for (Controllables::iterator i = registry.begin(); i != registry.end(); ++i, ++cnt) {
|
for (Controllables::iterator i = registry.begin(); i != registry.end(); ++i, ++cnt) {
|
||||||
cout << "CTRL: " << (*i)->name() << "\n";
|
cout << "CTRL: " << (*i)->name() << "\n";
|
||||||
}
|
}
|
||||||
cout << "Total number of registered sontrollables: " << cnt << "\n";
|
cout << "Total number of registered controllables: " << cnt << "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue