Fix compilation error in wxImplicitConversionType<> in gcc strict mode.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65997 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -42,7 +42,7 @@ struct TypeHierarchy
|
|||||||
template<> struct TypeHierarchy<type> \
|
template<> struct TypeHierarchy<type> \
|
||||||
{ \
|
{ \
|
||||||
enum { level = level_num }; \
|
enum { level = level_num }; \
|
||||||
};
|
}
|
||||||
|
|
||||||
WX_TYPE_HIERARCHY_LEVEL( 1, char);
|
WX_TYPE_HIERARCHY_LEVEL( 1, char);
|
||||||
WX_TYPE_HIERARCHY_LEVEL( 2, unsigned char);
|
WX_TYPE_HIERARCHY_LEVEL( 2, unsigned char);
|
||||||
|
Reference in New Issue
Block a user