diff --git a/Utilities/otbsvm/svm.h b/Utilities/otbsvm/svm.h index 0f341fd2d50153d3374985d197498e4f4e9d524f..7f567618e2b5cf069ee8de17668a8453a210aa72 100644 --- a/Utilities/otbsvm/svm.h +++ b/Utilities/otbsvm/svm.h @@ -213,7 +213,7 @@ public: // index is the current value // isAtEnd to indicate that it's the last possible derivation // baseValue is the constant of the formula - virtual double derivative(const svm_node * /*x*/, const svm_node */*y*/, const svm_parameter& /*param*/, int /*degree*/, int /*index*/, bool /*isAtEnd*/, double /*constValue*/)const + virtual double derivative(const svm_node * /*x*/, const svm_node * /*y*/, const svm_parameter& /*param*/, int /*degree*/, int /*index*/, bool /*isAtEnd*/, double /*constValue*/)const { itkGenericExceptionMacro(<<"derivative method not definied (Null)"); return 0.;