Commit 0b81ac8b authored by Matteo DB's avatar Matteo DB
Browse files

fix mixer conf

parent 45e7111f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ CConfiguration const * const CComponentCore::execute() throw (ComponentErrors::
        throw dummy;
    }
    /* Pass conf to mixer */
    m_mixer.setConfigurations(m_configuration);
    m_mixer.setConfigurations(&m_configuration);
    MED_TRACE_MSG(" OUT ");
    return &m_configuration;
}