summaryrefslogtreecommitdiffhomepage
path: root/tracker-easy/ocv-check.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tracker-easy/ocv-check.cxx')
-rw-r--r--tracker-easy/ocv-check.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-easy/ocv-check.cxx b/tracker-easy/ocv-check.cxx
index 90c2d6c9..912bd3cf 100644
--- a/tracker-easy/ocv-check.cxx
+++ b/tracker-easy/ocv-check.cxx
@@ -14,5 +14,5 @@ void check_kf()
#include <opencv2/highgui.hpp>
void check_highgui()
{
- cv::imshow("foo", {});
+ cv::imshow("foo", cv::noArray());
}