mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
fix void return with value (amend d5d297c4)
This commit is contained in:
parent
d5d297c407
commit
b732aa2ca1
1 changed files with 0 additions and 1 deletions
|
|
@ -204,7 +204,6 @@ FaderPort8::stop ()
|
||||||
DEBUG_TRACE (DEBUG::FaderPort8, "BaseUI::quit ()\n");
|
DEBUG_TRACE (DEBUG::FaderPort8, "BaseUI::quit ()\n");
|
||||||
BaseUI::quit ();
|
BaseUI::quit ();
|
||||||
close (); // drop references, disconnect from session signals
|
close (); // drop references, disconnect from session signals
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue