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:
authorCampbell Barton <ideasman42@gmail.com>2009-07-03 15:46:46 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-07-03 15:46:46 +0400
commit3c6f957097cec1bc8f7e64af304cc8dec12b2158 (patch)
treecf5286d2723a1369807efdf4a504c555d545892f /source/blender/editors/include/UI_interface.h
parentc12b2796d7a666c41d59d3df45bff5f4cb7ef6f2 (diff)
fix for own missing var in recent commit.
Diffstat (limited to 'source/blender/editors/include/UI_interface.h')
-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 2894ffee773..b7c13505d2e 100644
--- a/source/blender/editors/include/UI_interface.h
+++ b/source/blender/editors/include/UI_interface.h
@@ -51,6 +51,7 @@ struct rcti;
struct rctf;
struct uiStyle;
struct uiFontStyle;
+struct uiWidgetColors;
struct ColorBand;
struct CurveMapping;
struct Image;