diff --git a/modules/highgui/src/window_QT.h b/modules/highgui/src/window_QT.h index 2951965f98..35c967d422 100644 --- a/modules/highgui/src/window_QT.h +++ b/modules/highgui/src/window_QT.h @@ -459,7 +459,7 @@ public: double getRatio() CV_OVERRIDE; void setRatio(int flags) CV_OVERRIDE; - void updateImage(const CvArr* arr) CV_OVERRIDE; + void updateImage(cv::InputArray arr) CV_OVERRIDE; void startDisplayInfo(QString text, int delayms) CV_OVERRIDE;