Commit 685c7bae authored by Matteo DB's avatar Matteo DB
Browse files

fix

parent 1eaf9e46
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ class MixerOperator{
         * @param p_value Unique value from user point of view
         * @return true Value is valid         
         */
        bool MixerOperator::setValue(double p_value)
        bool setValue(double p_value)
                                throw (ComponentErrors::ValidationErrorExImpl,
                                ComponentErrors::ValueOutofRangeExImpl,
                                ComponentErrors::CouldntGetComponentExImpl,