Commit a508cad6 authored by Matteo DB's avatar Matteo DB
Browse files

fix

parent 1486eb95
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -325,7 +325,7 @@ bool MixerOperator::isDeviceLocked()
        if(!CORBA::is_nil(m_loDev_1st))
            isLockedRef1=m_loDev_1st->isLocked();
        else isLocked1= false;
        if(!CORBA::is_nil(m_loDev_2nd)
        if(!CORBA::is_nil(m_loDev_2nd))
            isLockedRef2=m_loDev_2nd->isLocked();
        else isLocked2= false;
    }