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/shader_fx/intern/FX_ui_common.h')
-rw-r--r--source/blender/shader_fx/intern/FX_ui_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/shader_fx/intern/FX_ui_common.h b/source/blender/shader_fx/intern/FX_ui_common.h
index 4402dbb4a78..151a2d31eb8 100644
--- a/source/blender/shader_fx/intern/FX_ui_common.h
+++ b/source/blender/shader_fx/intern/FX_ui_common.h
@@ -27,8 +27,8 @@ extern "C" {
#endif
struct ARegionType;
-struct bContext;
struct PanelType;
+struct bContext;
struct uiLayout;
typedef void (*PanelDrawFn)(const bContext *, Panel *);