mirror of
https://github.com/opencv/opencv.git
synced 2025-06-09 18:43:05 +08:00
Merge pull request #24798 from Rageking8:correct-invalid-error-directive
Correct invalid error directive
This commit is contained in:
commit
22a8fa0730
@ -28,7 +28,7 @@
|
|||||||
#define OPENCV_CORE_QUATERNION_INL_HPP
|
#define OPENCV_CORE_QUATERNION_INL_HPP
|
||||||
|
|
||||||
#ifndef OPENCV_CORE_QUATERNION_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
|
#endif
|
||||||
|
|
||||||
//@cond IGNORE
|
//@cond IGNORE
|
||||||
|
Loading…
Reference in New Issue
Block a user