diff --git a/modules/gapi/include/opencv2/gapi/gkernel.hpp b/modules/gapi/include/opencv2/gapi/gkernel.hpp index 4939892237..66f3a2ec6c 100644 --- a/modules/gapi/include/opencv2/gapi/gkernel.hpp +++ b/modules/gapi/include/opencv2/gapi/gkernel.hpp @@ -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;} \ }; \ }