Merge pull request #15684 from OrestChura:id_helper_class_semicolon_issue

This commit is contained in:
Alexander Alekhin 2019-10-14 09:46:41 +00:00
commit 823e767eed

View File

@ -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;} \
}; \
}