From 06bf8e0d41370d86f3f7122eab697e818ce56c34 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 31 Jul 2019 14:33:18 -0700 Subject: [PATCH] Update include/wx/graphics.h fix opening brace style Co-Authored-By: VZ --- include/wx/graphics.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/wx/graphics.h b/include/wx/graphics.h index c23c785953..9d5d4b80e9 100644 --- a/include/wx/graphics.h +++ b/include/wx/graphics.h @@ -71,7 +71,8 @@ enum wxCompositionMode wxCOMPOSITION_ADD /* R = S + D */ }; -enum wxGradientType { +enum wxGradientType +{ wxGRADIENT_NONE, wxGRADIENT_LINEAR, wxGRADIENT_RADIAL