From 4fb7f6a7065174a2e1a4a607a81b26f7ed00a4ae Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Wed, 6 Apr 2011 22:03:02 +0000 Subject: [PATCH] build fix after commit 36036 reported by Tom Edwards over mailing list --- source/blender/windowmanager/WM_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/windowmanager/WM_api.h b/source/blender/windowmanager/WM_api.h index c21c714f125..dafa05fd974 100644 --- a/source/blender/windowmanager/WM_api.h +++ b/source/blender/windowmanager/WM_api.h @@ -359,7 +359,7 @@ void WM_progress_clear(struct wmWindow *win); #ifdef WIN32 /* Windows System Console */ -void WM_toggle_console(struct bContext *C, short show); +void WM_console_toggle(struct bContext *C, short show); #endif /* debugging only, convenience function to write on crash */