Remove unnecessary semicolon at top level
This results in a warning from gcc with -pedantic.
This commit is contained in:
parent
0624108acc
commit
f72575ad08
@ -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)
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user