mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
fix may-be-used-unset warning
This commit is contained in:
parent
b30ac5e221
commit
45403dd2f1
1 changed files with 1 additions and 1 deletions
|
|
@ -508,7 +508,7 @@ Table::compute (Rect const & within)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
Distance vpos = padding.up;
|
Distance vpos = padding.up;
|
||||||
Distance hpos;
|
Distance hpos = 0;
|
||||||
|
|
||||||
for (uint32_t r = 0; r < rows; ++r) {
|
for (uint32_t r = 0; r < rows; ++r) {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue