From 44bc305eb1deb1279f0698d620cf04caf8733dd3 Mon Sep 17 00:00:00 2001 From: Artur Wieczorek Date: Sat, 21 May 2022 22:05:32 +0200 Subject: [PATCH] Move code after #include directives --- include/wx/propgrid/props.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/propgrid/props.h b/include/wx/propgrid/props.h index 539b91e726..698f02c06b 100644 --- a/include/wx/propgrid/props.h +++ b/include/wx/propgrid/props.h @@ -17,8 +17,6 @@ // ----------------------------------------------------------------------- -class WXDLLIMPEXP_FWD_PROPGRID wxPGArrayEditorDialog; - #include "wx/propgrid/property.h" #include "wx/filename.h" @@ -26,6 +24,8 @@ class WXDLLIMPEXP_FWD_PROPGRID wxPGArrayEditorDialog; #include "wx/textctrl.h" #include "wx/valtext.h" +class WXDLLIMPEXP_FWD_PROPGRID wxPGArrayEditorDialog; + // ----------------------------------------------------------------------- //