1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Merge pull request #15684 from OrestChura:id_helper_class_semicolon_issue

This commit is contained in:
Alexander Alekhin
2019-10-14 09:46:41 +00:00
@@ -237,7 +237,7 @@ public:
{ \
struct G_ID_HELPER_CLASS(Class) \
{ \
static constexpr const char * id() {return Id;}; \
static constexpr const char * id() {return Id;} \
}; \
}