mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Fix uninitialised variable.
git-svn-id: svn://localhost/ardour2/branches/3.0@12721 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e454e0ec11
commit
d8f48e6a9d
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ Surface::Surface (MackieControlProtocol& mcp, const std::string& device_name, ui
|
|||
, _active (false)
|
||||
, _connected (false)
|
||||
, _jog_wheel (0)
|
||||
, _master_fader (0)
|
||||
, _last_master_gain_written (-0.0f)
|
||||
{
|
||||
DEBUG_TRACE (DEBUG::MackieControl, "Surface::Surface init\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue