1
0
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:
OrestChura
2019-10-10 18:48:27 +03:00
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;} \
}; \
}