mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 06:26:29 +08:00
Merge pull request #15684 from OrestChura:id_helper_class_semicolon_issue
This commit is contained in:
commit
823e767eed
@ -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;} \
|
||||
}; \
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user