diff --git a/modules/videostab/src/motion_stabilizing.cpp b/modules/videostab/src/motion_stabilizing.cpp index 27a45954e3..3a420e7b37 100644 --- a/modules/videostab/src/motion_stabilizing.cpp +++ b/modules/videostab/src/motion_stabilizing.cpp @@ -276,7 +276,7 @@ LpMotionStabilizer::LpMotionStabilizer(MotionModel model) #ifndef HAVE_CLP -void LpMotionStabilizer::stabilize(int, const vector&, pair, Mat*) const +void LpMotionStabilizer::stabilize(int, const vector&, pair, Mat*) { CV_Error(CV_StsError, "The library is built without Clp support"); }