Commit 6f4947b4 authored by Matteo DB's avatar Matteo DB
Browse files

fix mix conf

parent 0b81ac8b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -133,7 +133,7 @@ bool MixerOperator::setValue(const ACS::doubleSeq& p_values)
    double *power=NULL;
    DWORD size;

    ReceiverConfHandler::ConfigurationSetup l_setup= m_configuration.getCurrentSetup();	  
    ReceiverConfHandler::ConfigurationSetup l_setup= m_configuration->getCurrentSetup();	  
    
    if (p_values.length()==0) {
        _EXCPT(ComponentErrors::ValidationErrorExImpl,impl,"MixerOperator::setLO");