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:
authorLukas Toenne <lukas.toenne@googlemail.com>2012-07-25 14:37:31 +0400
committerLukas Toenne <lukas.toenne@googlemail.com>2012-07-25 14:37:31 +0400
commit93f359604ce38166a188382b62ac1ba160790bc6 (patch)
tree5cdfb04e6ae4a6ff61084c1e0dc3125315a21d32 /source/blender/editors/include
parent237b8e496a6b28262cfdf5b24f78c65f5a1ee19c (diff)
Added a missing forward declaration, causing compiler error in r49192.
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/ED_image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_image.h b/source/blender/editors/include/ED_image.h
index 0387463bc72..915d93c7430 100644
--- a/source/blender/editors/include/ED_image.h
+++ b/source/blender/editors/include/ED_image.h
@@ -38,6 +38,7 @@ struct ImageUser;
struct ToolSettings;
struct uiBlock;
struct wmWindowManager;
+struct ARegion;
/* image_edit.c, exported for transform */
struct Image *ED_space_image(struct SpaceImage *sima);