diff --git a/include/wx/meta/implicitconversion.h b/include/wx/meta/implicitconversion.h index 8e65fbcc12..16ff312e4c 100644 --- a/include/wx/meta/implicitconversion.h +++ b/include/wx/meta/implicitconversion.h @@ -42,7 +42,7 @@ struct TypeHierarchy template<> struct TypeHierarchy \ { \ enum { level = level_num }; \ - }; + } WX_TYPE_HIERARCHY_LEVEL( 1, char); WX_TYPE_HIERARCHY_LEVEL( 2, unsigned char);