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:
parent
a8fa7c763e
commit
d5d8dac079
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue