diff --git a/CImg.h b/CImg.h index 9e374427..2ffd58d0 100644 --- a/CImg.h +++ b/CImg.h @@ -28290,7 +28290,8 @@ namespace cimg_library { const int shift = (int)_mp_arg(4), boundary_conditions = (int)_mp_arg(5); - CImg(ptrd,siz,1,1,1,true) = CImg(ptrs,siz,1,1,1,true).shift(shift,0,0,0,boundary_conditions); + CImg(ptrd,siz,1,1,1,true) = + CImg(ptrs,siz,1,1,1,true).get_shift(shift,0,0,0,boundary_conditions); return cimg::type::nan(); }