Remove unnecessary semicolon at top level

This results in a warning from gcc with -pedantic.
This commit is contained in:
Vadim Zeitlin 2017-08-21 00:19:31 +02:00
parent 0624108acc
commit f72575ad08

View File

@ -75,7 +75,7 @@ I STRONGLY recommend reading and understanding these macros!!
#define TAGS_MODULE_END(name) \
} \
}; \
wxIMPLEMENT_DYNAMIC_CLASS(wxHTML_Module##name , wxHtmlTagsModule);
wxIMPLEMENT_DYNAMIC_CLASS(wxHTML_Module##name , wxHtmlTagsModule)