From 3c6f957097cec1bc8f7e64af304cc8dec12b2158 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 3 Jul 2009 11:46:46 +0000 Subject: fix for own missing var in recent commit. --- source/blender/editors/include/UI_interface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/include/UI_interface.h') 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; -- cgit v1.2.3