Fix is_typed_flags for BorderWindowHitTest (vcl/brdwin)

Change-Id: If49cb7b6c3d385cc7d74fbcb0791bfb27d0be8d3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91318
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
This commit is contained in:
Julien Nabet 2020-03-28 22:50:05 +01:00 committed by Noel Grandin
parent a8fa7c763e
commit d5d8dac079

View file

@ -60,7 +60,7 @@ enum class BorderWindowHitTest {
Help = 0x4000,
};
namespace o3tl {
template<> struct typed_flags<BorderWindowHitTest> : is_typed_flags<BorderWindowHitTest, 0xffff> {};
template<> struct typed_flags<BorderWindowHitTest> : is_typed_flags<BorderWindowHitTest, 0x7fff> {};
};
enum class BorderWindowTitleType {