Merge pull request #24798 from Rageking8:correct-invalid-error-directive

Correct invalid error directive
pull/24819/head
Alexander Smorkalov 1 year ago committed by GitHub
commit 22a8fa0730
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      modules/core/include/opencv2/core/quaternion.inl.hpp

@ -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

Loading…
Cancel
Save