From 16096d66d42d5e83fff6bbe5aa5b7c7e0a83ba4e Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sun, 29 Mar 2020 11:17:50 +0200 Subject: Fix is_typed_flags for MessBoxStyle (toolkit/msgbox) Change-Id: I40a2c8b2ad562a6378b5337f53af59577cd5ce0f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91322 Tested-by: Jenkins Reviewed-by: Noel Grandin --- toolkit/inc/helper/msgbox.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolkit') diff --git a/toolkit/inc/helper/msgbox.hxx b/toolkit/inc/helper/msgbox.hxx index 2afb902f2326..299c7f9a1e9c 100644 --- a/toolkit/inc/helper/msgbox.hxx +++ b/toolkit/inc/helper/msgbox.hxx @@ -40,7 +40,7 @@ enum class MessBoxStyle }; namespace o3tl { -template <> struct typed_flags : is_typed_flags +template <> struct typed_flags : is_typed_flags { }; } -- cgit