mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
fe6a7e935d
Change qualifiers on auxiliary functions (for solveLP() procedure) from const (that does not have much sense) to static (that makes them invisible for outside world and hopefully exacerbates optimization).