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
path: root/source
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2009-07-03 15:24:52 +0400
committerJoshua Leung <aligorith@gmail.com>2009-07-03 15:24:52 +0400
commitc12b2796d7a666c41d59d3df45bff5f4cb7ef6f2 (patch)
treee0aea3758cdcbef54346408051f8b5cde0f53c13 /source
parent74fc3a8e22d6daea40f62ae0c1b62ebc332b984d (diff)
2.5 - Additional warning fix
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/include/UI_interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/UI_interface.h b/source/blender/editors/include/UI_interface.h
index bdfaec17c22..2894ffee773 100644
--- a/source/blender/editors/include/UI_interface.h
+++ b/source/blender/editors/include/UI_interface.h
@@ -55,6 +55,7 @@ struct ColorBand;
struct CurveMapping;
struct Image;
struct ImageUser;
+struct uiWidgetColors;
typedef struct uiBut uiBut;
typedef struct uiBlock uiBlock;