mirror of
https://github.com/opencv/opencv.git
synced 2026-07-28 14:53:03 +04:00
31de2833b4
InputArray is a reference, and references are always constant anyway. Making it const even causes a GCC warning.