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:
parent
7e9c57542f
commit
530646ca27
@ -42,7 +42,7 @@ struct TypeHierarchy
|
||||
template<> struct TypeHierarchy<type> \
|
||||
{ \
|
||||
enum { level = level_num }; \
|
||||
};
|
||||
}
|
||||
|
||||
WX_TYPE_HIERARCHY_LEVEL( 1, char);
|
||||
WX_TYPE_HIERARCHY_LEVEL( 2, unsigned char);
|
||||
|
Loading…
Reference in New Issue
Block a user