mirror of
https://github.com/opencv/opencv.git
synced 2026-09-12 05:11:04 -05:00
Correct invalid error directive
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#define OPENCV_CORE_QUATERNION_INL_HPP
|
||||
|
||||
#ifndef OPENCV_CORE_QUATERNION_HPP
|
||||
#erorr This is not a standalone header. Include quaternion.hpp instead.
|
||||
#error This is not a standalone header. Include quaternion.hpp instead.
|
||||
#endif
|
||||
|
||||
//@cond IGNORE
|
||||
|
||||
Reference in New Issue
Block a user