Skip to content
Snippets Groups Projects
Commit 8e115c25 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

COMP: missing this

parent a4acb93b
No related branches found
No related tags found
No related merge requests found
......@@ -154,14 +154,14 @@ public:
* \deprecated use SetMaximumInputValue() */
void SetMaximum(ScalarType max)
{
SetMaximumInputValue(max);
this->SetMaximumInputValue(max);
}
/** Set the input minimum to be mapped to blue
* \deprecated use SetMinimumInputValue() */
void SetMinimum(ScalarType min)
{
SetMinimumInputValue(min);
this->SetMinimumInputValue(min);
}
protected:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment