mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 19:56:31 +01:00
fix copy/paste typo in bc0bb6cae
This commit is contained in:
parent
7b993ef138
commit
d07d91602f
1 changed files with 1 additions and 1 deletions
|
|
@ -703,7 +703,7 @@ function format_class_members ($ns, $cl, &$dups) {
|
|||
$rv.= '</td><td class="fill"></td></tr>'.NL;
|
||||
}
|
||||
}
|
||||
return $rv;
|
||||
|
||||
# print data members - if any
|
||||
if (isset ($cl['data'])) {
|
||||
usort ($cl['data'], 'name_sort_cb');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue