mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Initialize variable
This commit is contained in:
parent
875c66458d
commit
65dcc8fa30
1 changed files with 1 additions and 0 deletions
|
|
@ -369,6 +369,7 @@ TruePeakdsp::TruePeakdsp (void)
|
||||||
: _m (0)
|
: _m (0)
|
||||||
, _p (0)
|
, _p (0)
|
||||||
, _res (true)
|
, _res (true)
|
||||||
|
, _res_peak (true)
|
||||||
, _buf (NULL)
|
, _buf (NULL)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue