Commit 823e767e authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #15684 from OrestChura:id_helper_class_semicolon_issue

parents e42560be 2f9351d9
...@@ -237,7 +237,7 @@ public: ...@@ -237,7 +237,7 @@ public:
{ \ { \
struct G_ID_HELPER_CLASS(Class) \ struct G_ID_HELPER_CLASS(Class) \
{ \ { \
static constexpr const char * id() {return Id;}; \ static constexpr const char * id() {return Id;} \
}; \ }; \
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment