Revert "fix for older gcc"
Superseded by7ad4e562b4
This reverts commitfbd85c25ba
.
This commit is contained in:
@@ -85,7 +85,7 @@ enum class ImplFontAttrs : sal_uLong
|
||||
};
|
||||
namespace o3tl
|
||||
{
|
||||
template<> struct typed_flags<ImplFontAttrs> : is_typed_flags<ImplFontAttrs, 0xffffffffUL> {};
|
||||
template<> struct typed_flags<ImplFontAttrs> : is_typed_flags<ImplFontAttrs, 0xffffffff> {};
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user