Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKepzie committed Nov 7, 2014
1 parent 8d73501 commit b5e424e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CImg/CImgErodeSmooth.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ class CImgErodeSmoothPlugin : public CImgFilterPluginHelper<CImgErodeSmoothParam
_range->setValue(rmax, rmin);
}
} else {
CImgFilterPluginHelper::changedParam(args, paramName);
CImgFilterPluginHelper<CImgErodeSmoothParams,false>::changedParam(args, paramName);
}
}
private:
Expand Down

0 comments on commit b5e424e

Please sign in to comment.