mirror of
https://github.com/opencv/opencv.git
synced 2025-07-25 22:57:53 +08:00
Fix warning issue:
- unnecessary extra semicolon after member function definition removed
This commit is contained in:
parent
46206b4814
commit
2f9351d995
@ -237,7 +237,7 @@ public:
|
|||||||
{ \
|
{ \
|
||||||
struct G_ID_HELPER_CLASS(Class) \
|
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