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:
authorDalai Felinto <dfelinto@gmail.com>2011-04-07 02:03:02 +0400
committerDalai Felinto <dfelinto@gmail.com>2011-04-07 02:03:02 +0400
commit4fb7f6a7065174a2e1a4a607a81b26f7ed00a4ae (patch)
tree8a3321aaf43fadbd786f4b06232027b005e45472 /source/blender/windowmanager/WM_api.h
parent0a9ec053c0b12aef27320c827a99e80bc674885a (diff)
build fix after commit 36036 reported by Tom Edwards over mailing list
Diffstat (limited to 'source/blender/windowmanager/WM_api.h')
-rw-r--r--source/blender/windowmanager/WM_api.h2
1 files changed, 1 insertions, 1 deletions
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 */