Commit 2f9351d9 authored by OrestChura's avatar OrestChura

Fix warning issue:

- unnecessary extra semicolon after member function definition removed
parent 46206b48
......@@ -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;} \
}; \
}
......
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