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

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