From 734637215b30a87641df83d2e33148f14a360455 Mon Sep 17 00:00:00 2001 From: Martin Poirier Date: Thu, 23 Oct 2003 22:20:19 +0000 Subject: [PATCH] there was a function prototype missing from interface.c that caused an error with MSVC. --- source/blender/src/interface.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/blender/src/interface.c b/source/blender/src/interface.c index a67707cb66c..012072a94ae 100644 --- a/source/blender/src/interface.c +++ b/source/blender/src/interface.c @@ -115,6 +115,7 @@ static uiBut *UIbuttip; /* ************* PROTOTYPES ***************** */ static void ui_set_but_val(uiBut *but, double value); +static void ui_set_ftf_font(uiBlock *block); /* ****************************** */