mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Fix warning issue:
- unnecessary extra semicolon after member function definition removed
This commit is contained in:
@@ -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;} \
|
||||
}; \
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user