mirror of
https://github.com/opencv/opencv.git
synced 2025-07-24 14:06:27 +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) \
|
||||
{ \
|
||||
static constexpr const char * id() {return Id;}; \
|
||||
static constexpr const char * id() {return Id;} \
|
||||
}; \
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user