13
0

Fix a -Wreorder

This commit is contained in:
Robin Gareus 2017-12-12 00:24:00 +01:00
parent 16a9878f22
commit b117910c29

View File

@ -97,9 +97,9 @@ Surface::Surface (US2400Protocol& mcp, const std::string& device_name, uint32_t
, _jog_wheel (0)
, _master_fader (0)
, _last_master_gain_written (-0.0f)
, _joystick_active (false)
, connection_state (0)
, input_source (0)
, _joystick_active (false)
{
DEBUG_TRACE (DEBUG::US2400, "Surface::Surface init\n");