Commit d368a7ce authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

Merge pull request #3446 from pokeefe:fix-compilation-without-videoio

parents 2f4c11b5 6d78cfc0
......@@ -70,7 +70,7 @@ public:
if (!vc.isOpened())
CV_Error(0, "can't open file: " + path_);
#else
CV_Error(CV_StsNotImplemented, "OpenCV has been compiled without video I/O support");
CV_Error(Error::StsNotImplemented, "OpenCV has been compiled without video I/O support");
#endif
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment