Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/gpencil_modifiers/intern/MOD_gpencil_ui_common.h')
-rw-r--r--source/blender/gpencil_modifiers/intern/MOD_gpencil_ui_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpencil_modifiers/intern/MOD_gpencil_ui_common.h b/source/blender/gpencil_modifiers/intern/MOD_gpencil_ui_common.h
index 6590c04f03e..d20557109b1 100644
--- a/source/blender/gpencil_modifiers/intern/MOD_gpencil_ui_common.h
+++ b/source/blender/gpencil_modifiers/intern/MOD_gpencil_ui_common.h
@@ -27,8 +27,8 @@ extern "C" {
#include "MOD_gpencil_modifiertypes.h"
struct ARegionType;
-struct bContext;
struct PanelType;
+struct bContext;
struct uiLayout;
typedef void (*PanelDrawFn)(const bContext *, Panel *);